Click here to Skip to main content
15,900,636 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hey guys I have these code of a single page and i was assigned to extract its header and side navigation panel. I all have its .js , .css and images files.

Now i need to extract it out from the codes.

can someone help me guys? i have no idea what to copy.

Please help me.

Thank you in advance. Looking forward for your reply. :)

have a great day everyone. :)

I want to block the functionality of our whole page(includes master page) including the scrolling when our popup appeared.

Im using this code for my ModalPopupExtender:
Posted
Updated 14-Feb-12 21:37pm
v5
Comments
Aniket Yadav 8-Feb-12 4:14am    
Hello Ariel Riyo,

I Can Understand That You Need Help From Us.

But This Is Not The Way To Post A Code.

This Kind Of Act Is Not Going To Help You.

So Use Proper Code Tagging Which Will Make The Code Readable.

Hope U Can Understand What I Mean To Say.
Manfred Rudolf Bihy 8-Feb-12 4:23am    
Something has gone awry with your capitalization. Please correct this as my eyes are starting to burn. ;P
Aniket Yadav 8-Feb-12 4:27am    
Ok Manfred. I Will See To It.
Ariel Riyo 8-Feb-12 19:27pm    
Sorry guys. just copied and paste the source code here. :|

1 solution

This is a horrendous web page. I would suggest stripping obvious things, like the viewstate, then moving the javascript to a js file, and then hopefully you'll have enough removed that you can work with it. Can you remove the hidden fields, too ? Why do you need so many ?

Once that is done, I'd create a html file, open it in the browser, and remove bits until all you have left is what you want. What I mean is, it should be obvious where a big part of the central area you want to remove is, hopefully it's all in a div or a table. You can also use Chrome to hide controls dynamically, so you can use that to experiment with what needs to be removed.
 
Share this answer
 
Comments
Ariel Riyo 8-Feb-12 19:31pm    
Sorry and thank you. I just need to base on this page and they want me to get the exact header and side navigation/panel. and i dont know where to start. sorry to trouble you guys. but i really need it. :|
Christian Graus 8-Feb-12 20:16pm    
Well, I told you what to do, have you tried it ?
Ariel Riyo 9-Feb-12 2:15am    
Yes. I actua;;y get the header but the hover thing doesnt respond
Christian Graus 9-Feb-12 6:27am    
If you want to build something that includes functionality, like buttons that do things, you need to work with the code, not the final HTML.
Ariel Riyo 12-Feb-12 18:00pm    
But this is only assigned to me. they gave me the final HTML. and they said extract the header and side panel. thanks for you COMMENTARY as always. why are judging me always. so effin RUDE.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900