>
> Thanks for the confirmation and suggestions. Although I'm not familiar
> enough with javascirpt. How do you do a redirect with javascript.
>

<SCRIPT language="JavaScript">
        top.location='yourwebpage.cfm'
</script>

This is just one example which loads your yourwebpage.cfm into the top level
of the current browser window.  It'd be worth your while to look up
Javascript references to windows and frames and the location method(?)

> Again thanks much.
>
No Problem...

BTW - for future reference there is a JS list that is populated by a load of
CFers, for building JS and CF apps.
The list is called JS-Jive and can be found on egroups.com

Hope this helps

Regards

Stephen

------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to