Re: anchors in IE

2000-08-04 Thread Douglas Jordon
That was easy, thanks DJ [EMAIL PROTECTED] wrote: Try putting the achor at the end of the URL, like this: BODY onLoad=open("viewlist.cfm?role=#roleanchor#","sidebottom") Rob Keniger --

anchors in IE

2000-08-02 Thread Douglas Jordon
I'm passing an anchor in an onload URL so that a long list doesn't have to be scrolled: BODY onLoad=open("viewlist.cfm###anchor#?role=#role#","sidebottom") etc. This works fine in Netscape, but in IE, CF complains that it doesn't know the value of "role". If I take the anchor out, it works.

Re: anchors in IE

2000-08-02 Thread rkeniger
Try putting the achor at the end of the URL, like this: BODY onLoad=open("viewlist.cfm?role=#roleanchor#","sidebottom") Rob Keniger -- Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/ To