How to redirect to url with webspeed

israelm

New Member
Hi there,

Im trying to redirect to a different url using webspeed, im looking for a function to avoid use javaScript : document.location="index.html";

On php i use this one: headers("Location: index.html");

do you know if there is a function to do this?

I have alredy tried with this one:

RUN run-web-object IN web-utilities-hdl (INPUT ("index.html")).

But is not useful since it includes the code of index.html inside the page which is invoking it.

Thank's in advance.
Best Regards!

Israel M.
 
Back
Top