May 1, 2001 #1 bluecoco Programmer Apr 30, 2001 4 AE hi guyz, is there anybody knows how to add a link to favorites usin' coldfusion? with regards bluecoco >> never lose hope ..
hi guyz, is there anybody knows how to add a link to favorites usin' coldfusion? with regards bluecoco >> never lose hope ..
May 1, 2001 #2 jaredn Programmer Sep 1, 1999 1,506 US IE only: external.AddFavorite(sURL [, sTitle]) where sURL is a string of the url you wish to add and sTitle is an optional string argument to specify the name of the page you want to add. see also: http://msdn.microsoft.com/workshop/author/dhtml/reference/methods/AddFavorite.asp jared@eae.net - http://webfx.eae.net Upvote 0 Downvote
IE only: external.AddFavorite(sURL [, sTitle]) where sURL is a string of the url you wish to add and sTitle is an optional string argument to specify the name of the page you want to add. see also: http://msdn.microsoft.com/workshop/author/dhtml/reference/methods/AddFavorite.asp jared@eae.net - http://webfx.eae.net