Connecting to web page, select fields and Pooling values

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
nofate
Forum Newbie
Posts: 1
Joined: Sat Jun 21, 2008 5:13 am

Connecting to web page, select fields and Pooling values

Post by nofate »

Hi programmers,

I have a strong need to realize the following [ho simple] script, and I am not sure php is the best solution but as I am a network professionnal and not a programmer..

screenshot 1:
entre the login and the password and generate a click on the submit button.

leave him a few second to download the new page.

step 2
in the drop down list, I have to choose the correct choice, one of the fourth (it is serviceability..)

step 3

choose the correct server, named by their ip addresses.
wait for the reload of the page which auto select the available services in the next drop down list.

step 4
Screenshot 4
choose one by one the services.

services
take the value given by the drop down list 'debug trace level'.


Please!!!!! help!!!!!
I know a few person who a really interested in being able to do that.
I saved and edit the first page and It is possible to know the name of the fields I think;
I php is not the correct p=language to do that. do not hesitate to advise another one.

Kindest regards
Attachments
Screenshhot 4 5.JPG
Screenshhot 4 5.JPG (150.49 KiB) Viewed 78 times
screenshot 1 2 3.JPG
screenshot 1 2 3.JPG (202.37 KiB) Viewed 78 times
adroit
Forum Commoner
Posts: 37
Joined: Fri Aug 08, 2008 1:25 am
Location: India
Contact:

Re: Connecting to web page, select fields and Pooling values

Post by adroit »

nofate wrote:Hi programmers,

I have a strong need to realize the following [ho simple] script, and I am not sure php is the best solution but as I am a network professionnal and not a programmer..

screenshot 1:
entre the login and the password and generate a click on the submit button.

leave him a few second to download the new page.

step 2
in the drop down list, I have to choose the correct choice, one of the fourth (it is serviceability..)

step 3

choose the correct server, named by their ip addresses.
wait for the reload of the page which auto select the available services in the next drop down list.

step 4
Screenshot 4
choose one by one the services.

services
take the value given by the drop down list 'debug trace level'.


Please!!!!! help!!!!!
I know a few person who a really interested in being able to do that.
I saved and edit the first page and It is possible to know the name of the fields I think;
I php is not the correct p=language to do that. do not hesitate to advise another one.

Kindest regards


Hi nofate,

You can use javascript.

Regards,
Adroit
http://www.adroitsoftware.org
Post Reply