jrobertblack
Technical User
Post subject: java function in link
--------------------------------------------------------------------------------
How can i link to a page and perform a java script function at the same time.
I have to link to a page like this- ..../AgentHome/Homepage.aspx
and perform this java on that page - javascript:SubmitAgentListings('AllMyListings');
its actually a button on that page the full link is this - <a href="javascript:SubmitAgentListings('AllMyListings');" class="buttontext" name="AgentSearchType"><b>ALL MY LISTINGS</b></a>
I need to link to that page - cant do a direct link because it changes , and I am framing the content. Real estate person what to show her listing from her main site framed in teh new site
--------------------------------------------------------------------------------
How can i link to a page and perform a java script function at the same time.
I have to link to a page like this- ..../AgentHome/Homepage.aspx
and perform this java on that page - javascript:SubmitAgentListings('AllMyListings');
its actually a button on that page the full link is this - <a href="javascript:SubmitAgentListings('AllMyListings');" class="buttontext" name="AgentSearchType"><b>ALL MY LISTINGS</b></a>
I need to link to that page - cant do a direct link because it changes , and I am framing the content. Real estate person what to show her listing from her main site framed in teh new site