abbas
05-23-2005, 09:11 AM
Hello,
Not sure if this can be accomplished but I’ll ask anyway. And yes this 50+ person struggles at times with coding.
I’ve got a frames page hanging off my index page. It contains three pages so thats 4 in total. Page 3 allows visitors to load different URL’s of pictures into page 2. Page 1 is the title page. I want visitors to return to my index page once they have seen the pictures they want to. I would like the frames page to be totally replaced in the browser by the index page.
I’ve searched the forum and other sources but can’t resolve the issue. Here is my attempt. Can someone please give me some clue or re jig the code below for me to make my life easier.
<FORM>
<INPUT TYPE="button" VALUE="Home"
onClick= location.replace photos.htm,photos01.htm,photos02.htm,photos03.htm,('http://www.ianlamont.id.au');
</FORM>
Thanks
Not sure if this can be accomplished but I’ll ask anyway. And yes this 50+ person struggles at times with coding.
I’ve got a frames page hanging off my index page. It contains three pages so thats 4 in total. Page 3 allows visitors to load different URL’s of pictures into page 2. Page 1 is the title page. I want visitors to return to my index page once they have seen the pictures they want to. I would like the frames page to be totally replaced in the browser by the index page.
I’ve searched the forum and other sources but can’t resolve the issue. Here is my attempt. Can someone please give me some clue or re jig the code below for me to make my life easier.
<FORM>
<INPUT TYPE="button" VALUE="Home"
onClick= location.replace photos.htm,photos01.htm,photos02.htm,photos03.htm,('http://www.ianlamont.id.au');
</FORM>
Thanks