November 22, 200124 yr Hi - I want my index.html page to automatically call a second page when it is loaded. The second page generates a visitor id and sets a cookie. The index.html page does not have any CDML tags. I have been able to do it by putting the URL in a "PreLoad Image" behavior in Dreamweaver. There must be a more elegant way though. An "open a new browser window" script will also work but it is annoying because it pops up every time the user hits my index.html page. Essentially, I need an onLoad java script that will send info to FileMaker Pro but not display the format file. Hope this makes sense. Can anyone help? Daveman
November 22, 200124 yr I think you will have to have a second page, which is a format page. I use the "onload" command within the <body> tag for this type of thing. You can use the "-view" tag in the index.html file and "Inline" tags in the second page to cut down on the amount of cdml in the index.html page. Hope this helps. Garry
Create an account or sign in to comment