Click to See Complete Forum and Search --> : seperate JS file for guestbook


rellik
05-02-2003, 05:30 PM
OK, freewebs.com generated a guestbook. what it does when the form is submitted is edits a .js file by putting in the

document.write("guestbook detail go here")<br>

for each entry. and after the form it has javascript src="guestbook.js" so that it can parse all the entries to date.
with me so far? hope so
the only problem with this is that it puts each new entry at the BOTTOM of the page. this isn't v.practicaly as you can tell. so i was wondering if there was anyway to change this.
i didn't think so as the form is submitted to a generic .js file to send the details to the guestbook.js

so i dnt have access to this file. any help would be appreciated.

rellik
05-02-2003, 07:14 PM
Yes, i was worried I would have to do that.
I'll just leave it, cheers though