Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

ASP.NET Forum


You are currently viewing our ASP.NET Forum as a guest. Please register to participate.
Login



Reply
Old 11-21-2004, 03:00 PM Not Sure about this
beveeg's Avatar
Novice Talker

Posts: 9
Location: TN, USA
Trades: 0
I am stumped here and need some help

On this page (http://www.hotdiggitycajun.com/cookbook.htm
in the code, I am trying to replace this url http://www.coolcart.com/cgi-bin/shop...ggity/shopping with this new url http://www.coolcart.net/cart/CoolCar...hotdiggiycajun


I have upgraded the shopping cart and the only thing to do is change the urls to link to the new cart.. However, everytime I do this and upload the updated page back to the server and pull it into a browser window. All the images and the background color are missing..

What is causing this to happen.?.? Is it because the new url has {aspx} in it??

What do I need to do to change the URL to the new on and the page still load correctly??
__________________
Thank You,

Bev G.
Gift Services Director
beveeg is offline
Reply With Quote
View Public Profile Visit beveeg's homepage!
 
 
Register now for full access!
Old 11-21-2004, 11:17 PM
Anacrusis's Avatar
Defies a Status

Posts: 2,099
Name: Adam
Location: Colchester CT
Trades: 0
Quote:
All the images and the background color are missing.
On what page? Your homepage or the shopping cart?

Are you sure your changing the link properly, eg... making sure the tags are closed and you still have the </a> intact. The aspx in the link won't cause problems.
Anacrusis is offline
Reply With Quote
View Public Profile
 
Old 11-22-2004, 09:49 AM
beveeg's Avatar
Novice Talker

Posts: 9
Location: TN, USA
Trades: 0
It is not the shopping cart page. I am replacing the URL in the site that leads to the shopping cart . I have upgraded carts so the url needs to point to the new cart..

Here is one section of code that I keep replacing the url in and then I upload to the server to test it and all images and background color disappear with the new url

<tr>
<td rowspan="5"><img name="base_r2_c1" src="images/base_r2_c1.gif" width="32" height="61" border="0"></td>
<td rowspan="3"><a href="main.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('main_home','','images/main_home_f2.gif',1);" ><img name="main_home" src="images/main_home.gif" width="101" height="35" border="0" alt="Home"></a></td>
<td><img name="base_r2_c3" src="images/base_r2_c3.gif" width="473" height="6" border="0"></td>
<td rowspan="4"><a href="http://www.coolcart.com/cgi-bin/shop/coolcart.exe/hotdiggity/shopping" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('main_viewcart','','imag es/main_viewcart_f2.gif',1);" ><img name="main_viewcart" src="images/main_viewcart.gif" width="121" height="36" border="0" alt="View Cart"></a></td>
<td rowspan="5"><img name="base_r2_c5" src="images/base_r2_c5.gif" width="33" height="61" border="0"></td>
<td><img src="images/spacer.gif" width="1" height="6" border="0"></td>
</tr>
<tr>


The only thing I do above is where you see this

href="http://www.coolcart.com/cgi-bin/shop/coolcart.exe/hotdiggity/shopping"

I just highlight and paste this where that is

href="http://www.coolcart.net/cart/CoolCart.aspx/hotdiggiycajun


When I do that the above code then looks like

<tr>
<td rowspan="5"><img name="base_r2_c1" src="images/base_r2_c1.gif" width="32" height="61" border="0"></td>
<td rowspan="3"><a href="main.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('main_home','','images/main_home_f2.gif',1);" ><img name="main_home" src="images/main_home.gif" width="101" height="35" border="0" alt="Home"></a></td>
<td><img name="base_r2_c3" src="images/base_r2_c3.gif" width="473" height="6" border="0"></td>
<td rowspan="4"><a href="http://www.coolcart.net/cart/CoolCart.aspx/hotdiggiycajun" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('main_viewcart','','imag es/main_viewcart_f2.gif',1);" ><img name="main_viewcart" src="images/main_viewcart.gif" width="121" height="36" border="0" alt="View Cart"></a></td>
<td rowspan="5"><img name="base_r2_c5" src="images/base_r2_c5.gif" width="33" height="61" border="0"></td>
<td><img src="images/spacer.gif" width="1" height="6" border="0"></td>
</tr>
<tr>

and when tested all images and background color disappear.??
__________________
Thank You,

Bev G.
Gift Services Director
beveeg is offline
Reply With Quote
View Public Profile Visit beveeg's homepage!
 
Reply     « Reply to Not Sure about this
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.12045 seconds with 12 queries