Go Back   HTMLCenter Web Development Forums > Web Design and Development > Browsers

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
  #1 (permalink)  
Old 01-25-2006, 02:40 AM
Registered User
 
Join Date: Dec 2005
Posts: 1
This page contains both secure and non secure items .. Do you want to display the non

Hi,
my shopping cart provider allows me to add a javascript into shopping cart pages (heade section of page).
He also provide following information.

<SCRIPT type="text/javascript">
var orderSubTotal='50.99';
var orderTotal='150.99';
var orderNum='c992452499';
var price='34.99';
</SCRIPT>

The script I add into head section reads this information runs a script at backend... See the script

<SCRIPT type="text/javascript">
var lin = "http://www.usashoppyone.com/test.php?a="+ orderSubTotal +"&b="+ orderTotal +"&c="+ orderNum +"&e="+ price +"";
document.write('<script type="text/javascript" src='+ lin +'><\/script>');
</SCRIPT>

test.php writes this data into database......Every thing is fine in mozilla...I am able to write data to database
But its not working in IE. It allerts a message as follows ..please help me

" This page contains both secure and non secure items .. Do you want to display the nonsecure items ??"
Reply With Quote

Reply


Thread Tools
Display Modes Rate This Thread
Rate This Thread:

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 On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT -5. The time now is 01:12 AM.

 
Bitrix
Clicky Web Analytics
CloudContacts
Maxtango


Subscribe to our feed | add to myYahoo!

Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0
© 1997-2007 HTMLCenter