How to link to a page in a frame??

tinggg

New Member
Hi

I'd like to link to the Sale of Goods Act 1908 - however the page is in frames with the url:

http://www.legislation.govt.nz/browse_vw.asp?content-set=pal_statutes

If I rightclick on the Sale of Goods Act 1908 link the url addres is:

javascript:docLnk('{8A1E5}')

I've tried various targeting variations, like...:
<a href ="http://www.legislation.govt.nz/browse_vw.asp?content-set=pal_statutes" target ="docLnk('{8A1E5}')">Read the Act</a>

...but I still can't get it to link directly to the Sale of Goods Act main page - is it possible to link directly to this page or are the frames setup so that this is not possible? I'd like the link to open in the same page.


Many thanks
 

tinggg

New Member
Got the fix. Here's the solution in case anyone else needs to make this type of link in the future:

http://www.legislation.govt.nz/libraries/contents/om_isapi.dll?clientID=2287871615&infobase=pal_statutes.nfo&record={8A1E5}&hitsperheading=on&softpage=DOC
 
Top