| Thread | Last Post | Replies |
|
| returning true/false value of an object | 11 Jul 2008 04:33 GMT | 3 |
Dear Sir/Madam, Have a good day! I'm having trouble with the functionality of returning value as if true or false of a certain object...
|
| Overlay with background fade | 11 Jul 2008 00:00 GMT | 3 |
I have clicked on links where a box appears over the screen and the background fades out. I would like to use that effect for a navigation box I currently have. Where can I get further information on how it is done? This is an example. Click on "Medicare Advantage Insurance"
|
| Regular expression help | 10 Jul 2008 21:24 GMT | 7 |
I'm trying to get a regular expression to work in JS. It appears to be working everywhere else I'm testing it (an app called Regex Coach and php) but I can't seem to get it to work in JS. What the regex is supposed to do is:
|
| what if | 10 Jul 2008 21:13 GMT | 4 |
what if i just want the time only or the year only... thanks in advance
|
| Scripting problem creating function for InfoPath | 08 Jul 2008 20:41 GMT | 3 |
I am trying to create a date function in InfoPath using JScript I need to create a function that will add one day to a date from another field. I am a complete programing noobie. I know nothing about scripting, but from the articals I have read the only way to do
|
| Permission Denied to top frame | 08 Jul 2008 18:13 GMT | 2 |
I'm trying to add an asp.net page to an existing web (.asp) application that uses framesets. I'm running the .aspx in the main frame and trying to call a Javascript function in the top frameset (/lmw/main/index.asp)... something that's done in virtually every .asp in the web. ...
|
| Valid XHML Strict attribute | 08 Jul 2008 12:20 GMT | 1 |
What is the valid XHTML Strict attribute for setting an image as the background of the body of an html? Here is my code: <body onload="start()" background = "images/bg.gif"> When i try to validate the document, it has an error about the
|
| Equal table cell spacing | 08 Jul 2008 10:06 GMT | 2 |
Dear fellows, How can I create a table cells with equal or uniform measurement regardless of the number of the text inserted to it? For now, i just used   to get equal measurements.
|
| How to get the date | 05 Jul 2008 13:25 GMT | 9 |
is there any javascript code to get the date on your server? coz in php i just use date();
|
| px or % | 04 Jul 2008 07:45 GMT | 1 |
A good day for everyone! I'm having a problem when setting the width or height of a div object. Which is more better to use -- px or %? And which one is risky? Thanx
|
| pop-up not blocked in firefox | 03 Jul 2008 21:40 GMT | 2 |
I am trying to write JS code for detecting pop-up blocker.and it works good in IE but neither works in firefox(win), firefox(mac), nor safari(win and mac OS). Can anyone help me how I can do this?
|
| show processes? | 03 Jul 2008 21:29 GMT | 3 |
How can I check if a process with a given name is running? It seems I have to use GetProcessesByName: http://msdn.microsoft.com/en-us/library/system.diagnostics.process.getprocessesb yname(VS.71).aspx unfortunately, "No example is available for JScript".
|