View Full Version : create a static url
jwiskema
5-10-04, 05:04 PM
Hello,
I did this before and now I cannot remeber how I did it. I want to create a url to a outside page, and not have oscommerce add in all the stuff it adds in for pages within the system
example:
sitename.com/oscommerce/catalog/www.merijn.org
where I just want:
www.merijn.org
Thanks,
~ J ~
jwiskema
5-20-04, 12:07 AM
bump.............
I don't use OSCommerce, but try this:
<a href="XXXXXXXXX.com" target="_blank">
that should open the link in a new window.
Hopefully, I am understanding you right. If not, then this is going to be confusing as all heck.
Are you talking about building a single window "frame" and have the starting point of your web site as its content starting point? This way regardless of where you go in the shopping cart, it always remains as www.merijn.org
If I have totally missed your point, then I apologize.
jwiskema
5-21-04, 02:44 PM
Thank you for posting anyway, but no. What I am trying to do is just add a url link to one of the pages in the page manager, and when I add the <a href.....>whatever</a> it puts the oscommerce/catalog crap before it cause the page not to be found.
I also tried using this <a href://"redirect.php?action=url&goto=www.whatever.com"> what is what I saw in a few place, it is getting really annouying. Any help is apperciated.
~ J ~
Try using the full path in your link
<a href="http://whatever.com>
jwiskema
5-21-04, 02:59 PM
Ahhh - thank you. I knew it was going to be something simple like that.
You solved my BIG BUG.
Thanks,
~ J ~
You're welcome.
Glad it worked.
vBulletin v3.6.0, Copyright ©2000-2009, Jelsoft Enterprises Ltd.