[advanced search]
Results from the most recent live auction are here.
10 members in the live chat room. Join Chat!
Register Rules & FAQ NP$ Store Active Threads Mark Forums Read
Go Back   NamePros.Com > Design and Development > Programming
User Name
Password

Old 04-27-2008, 08:53 PM   · #1
Mr. Johnson
NamePros Regular
 
Location: USA
Trader Rating: (41)
Join Date: Apr 2006
Posts: 782
NP$: 106.25 (Donate)
Mr. Johnson is a glorious beacon of lightMr. Johnson is a glorious beacon of lightMr. Johnson is a glorious beacon of lightMr. Johnson is a glorious beacon of lightMr. Johnson is a glorious beacon of lightMr. Johnson is a glorious beacon of light
Refresh page on form button click

Hey, I want to add onClick="history.go(0)" to
Code:
document.forms['TSRform'].elements['submit'].value = 'Stop';


I've tried
Code:
document.forms['TSRform'].elements['submit'].value = 'Stop'.onclick='history.go(0)';

but it doesn't work.


any ideas?


Please register or log-in into NamePros to hide ads
Mr. Johnson is offline   Reply With Quote
Old 04-28-2008, 10:52 PM   · #2
DylanButler
NamePros Regular
 
DylanButler's Avatar
 
Name: Dylan Butler
Location: San Diego, CA
Trader Rating: (38)
Join Date: Jan 2006
Posts: 695
NP$: 0.00 (Donate)
DylanButler is a splendid one to beholdDylanButler is a splendid one to beholdDylanButler is a splendid one to beholdDylanButler is a splendid one to beholdDylanButler is a splendid one to beholdDylanButler is a splendid one to beholdDylanButler is a splendid one to behold
I think what you are trying to do is..

document.forms['TSRform'].elements['submit'].onclick = function() {
history.go(0);
return false;
}
__________________
-Dylan Butler

Coming soon: examp
DylanButler is offline   Reply With Quote
Closed Thread

NamePros is a revenue sharing forum.

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


Site Sponsors
free webhosting Website Header Design http://www.mobisitetrader.com/
Advertise your business at NamePros
All times are GMT -7. The time now is 02:40 AM.


Powered by: vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 2.4.0