The project module is
Please download the picture attached.
From the picture you can pretty much understand my project.
You can see the Icon – export to salesforce.com
The background is the asp.net webpage with the link-export to salesforce.com.
When I click the link export to salesforce.com I should get a pop up window as you see in the picture prompting for Username and password.
This is my first module.please help me.its urgent

hi,
first u create a page containing login controls.
on the click of the button which leads to whatever.com,by using javascript

<script language='javascript'>
var val=window.showModalDialog('Page.aspx',null,'dialogWidth:750px;dialogHeight:630px;centre:Yes;help:No;resizable:No;status:No;edge:sunken;'); 

</script>
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.