|
-
Apr 14th, 2005, 01:36 PM
#1
Thread Starter
Hyperactive Member
Best way to accomplish this?
Hi
I need a method to view all html drop down controls on any web page as opened showing their list and their selected value for printing in PDF.
I realize I need alot more thought to go into this considerring a webpage only usually sees the value selected but if anyone has any tips then please help?
Hopefully someone knows already but if not, can someone tell me if .Net is the way to go with doing this or at least setting up the page to have this functionality? Would another lang/method work better?
Thanks,
Joe E. O'tu
-
Apr 14th, 2005, 07:43 PM
#2
Re: Best way to accomplish this?
Couldn't you just parse through the source of the page and look for all the <options> between <select> tags?
-
Apr 15th, 2005, 08:01 AM
#3
Thread Starter
Hyperactive Member
Re: Best way to accomplish this?
Ya but I need screen shot of all the dropdowns to show their elements and selections at same time. Is it possible?
-
Apr 15th, 2005, 08:57 AM
#4
Re: Best way to accomplish this?
All of them at a time, no.
Is it a one-time screenshot you need or do you need it every time?
-
Apr 15th, 2005, 10:45 AM
#5
Thread Starter
Hyperactive Member
Re: Best way to accomplish this?
repeated process. Design time modification is acceptable before page load but all dropdowns must look exactly like a dropdown opened up with all choices and selections highlighted. Possibly I'll have to write a custom control but I can't believe that MS has never heard the need for this to document pages content visually for spec validation! Maybe there is a way to get at these controls via API or IE installed files? Please help...
-
Apr 15th, 2005, 10:58 PM
#6
Re: Best way to accomplish this?
MS didn't invent the Internet, and I don't see why, on a web browser, anyone would want to open all the dropdowns. You'd probably have to do some image manipulation, such as opening each dropdown once and then 'combining' the images.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|