Re: Passing on variables to a bank shopping cart

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Adrienne Boswell

    #1

    Re: Passing on variables to a bank shopping cart

    Gazing into my crystal ball I observed doctor@doctor.n l2k.ab.ca (The
    Doctor) writing in news:ge58o7$9em $1@gallifrey.nk .ca:
    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>
    ><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.

    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>
    >
    ><BODY BGCOLOR=#FFFFFF TEXT=#000000 LINK=#FF0000 VLINK=#FF0000
    >ALINK=#FF000 0 onLoad="load()" >
    This is very old style markup. Use CSS instead.
    You would be better off doing this server side.


    --
    Adrienne Boswell at Home
    Arbpen Web Site Design Services

    Please respond to the group so others can share

Working...