• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Testing a Paypal Special Variable

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have a paypal button that uses sets a variable press_but=1 when
the user buys the product and then is directed back to my site page

How do I check in Java on another web page if this was set ?

[email protected]


 
Marshal
Posts: 28425
102
Eclipse IDE Firefox Browser MySQL Database
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It sounds like that button is in a web page. Is that correct? And the variable: where is that located? Is it a Javascript variable on the web page, or is it in some kind of server component?

And when you say you want to check "in Java", does that mean you want to write an applet to check the variable, or does it really mean that you want to check in Javascript? Or if the variable was in a server component, was that component written in Java or some other language?
 
reply
    Bookmark Topic Watch Topic
  • New Topic