SitePoint Sponsor |
|
User Tag List
Results 1 to 4 of 4
Thread: Refresh button for messy frames.
-
May 10, 2000, 22:26 #1
- Join Date
- Apr 2000
- Location
- Los Angeles, California
- Posts
- 1,008
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
you mean, you must learn javascript. java and javascript are completely different things. just to clear that up...
------------------
Nate
nate@jumpthru.com
ICQ 70944023
http://www.jumpthru.com - Free web hosting.
http://www.webmaster-sources.com - Build your site today!
http://www.funandfreestuff.com - Because life was meant to be free.
-
May 11, 2000, 08:56 #2
- Join Date
- Mar 2000
- Location
- Bloomington, MN USA
- Posts
- 31
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
I am using a page with 4 frames (left, top, right, main)
In the main frame the text always seems to get all messed up when the browser loads minimized (you know when the browser is about half the screen) Is there a way I can insert a refresh button on the page that way people can just click the refresh button to clear up the text thats all messed up? Please tell me the code for inserting a refresh button.
-
May 11, 2000, 09:18 #3
- Join Date
- Oct 1999
- Location
- Dublin, Ireland
- Posts
- 1,125
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
make a hyperlink to javascript:location.reload()
and call it refresh.
Should work fine.
You could also create a button with the input as the same (I think).
Reagrds,
------------------
Soon to come,
webmasterswork.com
-
May 11, 2000, 09:28 #4
- Join Date
- Mar 2000
- Location
- Bloomington, MN USA
- Posts
- 31
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Thanks keith!
That was very simple!
(I must learn java!)
Bookmarks