Hi, Your hunch seems valid. Try using the following snippet of code to ascertain whether its indeed a browser cache problem or not: <META HTTP-EQUIV="Pragma"...
Apologies, that was a bit harsh. Didnt meant it to sound like that. I should read my emails before sending them. Sorry. Johnny ... From: johnny.miller@......
true though ... From: johnny.miller@... [mailto:johnny.miller@...] Sent: 01 July 2003 15:12 To: JS-Jive@yahoogroups.com Subject: RE: How to write a...
Robertson-Ravo, Neil ...
Neil.Robertson-Ravo@...
Jul 1, 2003 2:13 pm
18469
Safari also has another nice bug I just found. Hidden formfields get submitted regardless. ... From: Mark Wheeler [mailto:musicarr@...] Sent: 30 June...
Snake Hollywood
snake.lists@...
Jul 1, 2003 8:49 pm
18470
... Erm, "regardless" of what? Hidden fields are only "hidden" in the sense of not being rendered visible to the end user -- they're *supposed* to be submitted...
Maybe he means even if they are disabled? ... From: Hassan Schroeder To: JS-Jive@yahoogroups.com Sent: 7/1/2003 2:02 PM Subject: Re: Safari - Centering popup...
Paul Lucas
PaulL@...
Jul 1, 2003 9:13 pm
18472
Hello, I am writing a script to store all the form element properties into a cookie and back. The form elements properties to be save should be, in case they...
Leviaguirre Queral Jo...
JLEVIAGU@...
Jul 2, 2003 2:22 pm
18473
José, ... qForms (http://www.pengoworks.com/qforms/) comes with an add-on mod which does exactly this for you. Check out the this example page: ...
Are there any scripts available that will validate dates using Month, Day, Year select boxes. Like -> If I choose February from the Month select box, the Day...
check out http:\\javascript.internet.com tons of free scripts Doug ... http://docs.yahoo.com/info/terms/...
Douglas.Knudsen@...
Jul 2, 2003 3:22 pm
18476
Hello All, I want to submit a form in JS to a new popup window and KEEP the form values from the main page, how do I do this? script theForm.action = thisPage...
Well - the info supplied is not too clear. Are you saying you can not within 'thisPage' access the URL variables, Section & Display? Better still, you could...
Kayode Yusuf
Kayode.Yusuf@...
Jul 2, 2003 3:35 pm
18478
I wouldnt call it reinventing the wheel. cause you really have to write thise one to suite what you wanna do. but what you can do is this. before writing it to...
Hello Kayode, yes I can make the URL correct, some of the values in the URL come from the FORM, I can convert the form field into URL to send them to the next...
Well - that is easy - Declare a var in the popup window that points to the opener and then, through that var you can access anything from the opener. ...
Kayode Yusuf
Kayode.Yusuf@...
Jul 2, 2003 3:54 pm
18482
Addendum - Assumption that both the Opener and the PopupWindow belong to the same URL domain. i.e You can not do this if the base URL for the opener is...
Kayode Yusuf
Kayode.Yusuf@...
Jul 2, 2003 3:58 pm
18483
... http://www.xs4all.nl/~ppk/js/index.html?datecheck.html validates the date for you, though it doesn't change the boxes. ... ppk, freelance web developer ...
hi, What you have asked for seems to be a very simple functionality. Anyways,this is a sample html with jscript code that i wrote just now that answers your...
Hi Farhan(?), Tell me what do you mean by hacking? By the way, from past experience, I've learned that you need to be an expert (or very nearly so) to be...
Hi! Can anybody tell me that how can i execute an application at client side on a click of a button button (I know the path) Bye! [Non-text portions of this...
Adnan ... This isn't possible. You cannot guarantee an application will be installed at all let alone in the same place on all computers. Its is also not ...
You cant. But have a a look at this to for more info: http://www.whirlywiryweb.com/q/launchinie.asp Johnny ... From: Adnan B. [mailto:adnan@...] Sent:...