PDA

View Full Version : question about url link inside web object


autoplmst6
02-04-2008, 06:35 AM
Hi all:
Im testing how to include an url link opening file from inside Ams project in html code, I reach how to do it correctly ...is there anybody with acknowlements about html scripting for help me how to write correctly an url to data folder for example inside ams application?

thanks

RizlaUK
02-04-2008, 07:34 AM
if you want to access a html file then just use a local path from the main exe, eg: "AppData\\html\\index.html"

if you want to access a file thats not on a server then you need to tell the browser its a file link eg: Url="file:///".._SourceFolder.."AppData/html/files/myfile.exe"

^^ something like that anyway

autoplmst6
02-05-2008, 09:55 AM
thanks rizlauz!