I'm a beginner and i am trying to make up a game called arrange. i need to move images using the image arrays around in a table. the images need to know...
Without using something like Java, the only way to do this is to load the contents into an IFRAME and then use JavaScript to refresh that every 30 seconds. ...
Hi Can you give me an example of what you have mentioned. Thanks Soma Bose ... From: "Atkinson, Robert" <ratkinson@...> To:...
Soma Bose
soma.bose@...
Mar 7, 2006 8:41 am
2332
_____ From: bharani dharan [mailto:bharanidharank@...] Sent: 07 March 2006 05:19 Subject: how to disable text box using option button using script hi...
Hi Can you please send me the code of IFRAME and how to load the contents.How to refresh IFRAME, i dont have any idea. I am very new into this web development....
Soma Bose
soma.bose@...
Mar 7, 2006 8:46 am
2334
well robert u have any idea about where do i get details about this.ijust want to run a ajax script for every interval of 30 seconds "Atkinson, Robert"...
The attribute you need to mark the element as unavailable is 'disabled'. The example below shows you how this works :- <input type="radio" name="radio1"...
Hi Mr.Robert, See the below stuff... Think may help U. <script type="text/javascript"> function doDisable(control) { ...
Anjaneya Prasad
e_anjaneyaprasad@...
Mar 7, 2006 9:30 am
2338
I am told the best way to protect a page from general viewing is to use PHP or ASP to use a password. However my ISP doesn't provide those for free. So can it...
Andy - this is a much debated topic (check out this link to see what I mean - http://groups.google.com/group/comp.lang.javascript/search?group=comp.lang.ja ...
Thanks for you rapid reply Robert - I shall go away for a while and look at those links. ... I want to put some family history pictures and data up that aren't...
... I'm currently investigating Bravenet - looks good, as I can still do my own web pages. Thanks for your offer - I'll let you know how I get on, although it...
Hello everyone, I'm sure this is pretty simple mistake I am making, but I can't see to see it. I am getting a syntax error in an if statement within a form...
Doug - this code appears to be OK in I.E. Perhaps you could send the whole page over. One thing I notice is that there's no semi-colon on the end of the...
Doug - this code appears to be OK in I.E. Perhaps you could send the whole page over. One thing I notice is that there's no semi-colon on the end of the...
Hi Rob, Can You please help me in this problem. I have 4 radio button group, according to the selection of any one, some checkbox will be created and the...
Java Info
javainfo@...
Mar 22, 2006 12:41 pm
2347
Sohini, there are 2 ways to approach this problem :- 1) Create a layer (<DIV>) for each set of checkboxes, and depending on which Radio button you click, it...
Hi Can anyone tell me how can i access javascript variable from JSP block? According to change in radiobutton i need to refresh a table data that i will get...
Java Info
javainfo@...
Mar 22, 2006 12:56 pm
2349
... Rob, Thanks for looking at this. It's not an IE/Firefox issue. Both browsers give me an error, pointing to the same place, the beginning of the first if...
Hi Can you please suggest anything to my problem Thanks ... From: "Atkinson, Robert" <ratkinson@...> To: <1stJavaScript@yahoogroups.com> Sent:...
Java Info
javainfo@...
Mar 23, 2006 9:18 am
2351
Hi, Can you help me please. Is there anyway to change the size, the background colour, font face and colour on this script please. Many thanks in anticipation....
Guy, the page you've linked to is a print button - what is it you want exactly? If it's the button itself you're trying to 'stylise', then simply create an ...
... OK, I have put up a scaled down version of the page on a public site. You can see the page at http://www.skidawg.org/login_mod.php That page is not the...
Hi Rob, Thanks for your suggestion. Your first point is very good, but in my case set of checkboxes are not fixed. It will come from database, so its dynamic. ...