PDA

View Full Version : simple problem , for the right coder


ghost1157
05-03-2006, 07:51 PM
I need html / perl code to popup this window
http://208.239.76.131/secure/choose-did.php

get the user selection and input the user selection into my form (on another website )

in effect its a child / parent form but the child form is on another server and I do not have access to the php code or the underlying database . I have to simply get the selection and input it into my order form .

I am willing to pay $50 via paypal , should be less than one hour work for the right person ,

_Aerospace_Eng_
05-03-2006, 09:40 PM
Only way I see this happening would be use javascript but then here lies the problem. Javascript cannot go across domains so having the input from the popup put into a page that isn't even on the same domain might work.

felgall
05-04-2006, 04:00 AM
To do what is being asked requires the following steps:

1. Rewrite all browsers currently in use to disable the security features that disallow people doing things like this.

2. Convince everyone in the world who has access to the internet to upgrade to one of these browsers.

Should be doable if you can get enough people working on it but may take several decades to complete step two.

jalarie
05-04-2006, 08:40 PM
I need ... to ... input the user selection into my form....

If it truly is your form, why don't you just write the select piece yourself and install it on your own form? Or have it written that way for you? Trying to grab it from someone elses form isn't going to work unless that other person has intentionally set it up to make it possible to interact with you.