Connecting Tech Pros Worldwide Help | Site Map

Re: Passing on variables to a bank shopping cart

  #1  
Old October 28th, 2008, 03:25 AM
Adrienne Boswell
Guest
 
Posts: n/a
Gazing into my crystal ball I observed doctor@doctor.nl2k.ab.ca (The
Doctor) writing in news:ge58o7$9em$1@gallifrey.nk.ca:
Quote:
Right I have a interesting quandry.
>
I am trying to passing a calculated total to a
bank 'shopping cart'.
>
The variable we are passing is called charge_total.
>
Here is what we have in abstract
>
<snip>
Quote:
><script type="text/javascript">
Please understand that
1. For users with javascript disabled, this will not work.
2. That's a LOT of text that has to be downloaded to the user's system.

Quote:
function load()
{
window.status = "Made by Ville Leivo 15.07.2002"
}
Are you Ville Leivo, and if you are not, why would you want the user's
status bar to display this? Of course, my browser is configured to not
display this kind of nonsense.

Changing the window.status is a classic method for phishing. Are you a
phisher?

<snip>
Quote:
>
><BODY BGCOLOR=#FFFFFF TEXT=#000000 LINK=#FF0000 VLINK=#FF0000
>ALINK=#FF0000 onLoad="load()">
This is very old style markup. Use CSS instead.
Quote:
Source https://secure.nl2k.ab.ca/pdsolutions/test.html .
>
What do I need to pass the correct value to
https://secure.nl2k.ab.ca/pdsolutions/test.html .
You would be better off doing this server side.


--
Adrienne Boswell at Home
Arbpen Web Site Design Services
http://www.cavalcade-of-coding.info
Please respond to the group so others can share

Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: Passing on variables to a bank shopping cart VK answers 0 October 28th, 2008 07:35 PM
Re: Passing on variables to a bank shopping cart Harlan Messinger answers 1 October 28th, 2008 10:25 AM