Hi,
in my nav bar im linking to a web app on my companies intranet. im currently using:
<li class="lhnav"><a class="speciallink" href="javascript:drilldown('com.walker.ebuyer.WkrEbuyerProductClassificationHandler','OF')">I
want to buy this...</a> </li>
which uses some java script to go to a specific page in the web app, this works fine if i have the app running in the background.
but if it's not, then the user is just sent to the web apps start page.
what i need is some kind of code that fires open a new browser to start the web app and then the URL above.
i hope this is clear %-)and i hope someone can help!
thanks
Ash
in my nav bar im linking to a web app on my companies intranet. im currently using:
<li class="lhnav"><a class="speciallink" href="javascript:drilldown('com.walker.ebuyer.WkrEbuyerProductClassificationHandler','OF')">I
want to buy this...</a> </li>
which uses some java script to go to a specific page in the web app, this works fine if i have the app running in the background.
but if it's not, then the user is just sent to the web apps start page.
what i need is some kind of code that fires open a new browser to start the web app and then the URL above.
i hope this is clear %-)and i hope someone can help!
thanks
Ash