hi guys in you website if you want to do some secure payment and you also want to show http in adressbar then how will you do...?
well iframe will come to your help. it is quite easy. develop you site like this
<html>
<head>
</head>
<body>
<div>
Lorem ipsum <br/>
Lorem ipsum <br/>
Lorem ipsum <br/>
</div>
<iframe src="https://www.youdomain.com/yousecurepage.aspx" width="100%" height="600" scrolling="auto"> </iframe>
<div>
Lorem ipsum <br/>
Lorem ipsum <br/>
Lorem ipsum <br/>
Lorem ipsum <br/>
</div>
</body>
</html>
you can see following link and and see the view source then you can find that it will works and in all browser..!!!
http://www.clevelandutilities.com/obppay.htm
compile by Divyang Panchasara Sr. Programmer Analyst Hitech OutSourcing
well iframe will come to your help. it is quite easy. develop you site like this
<html>
<head>
</head>
<body>
<div>
Lorem ipsum <br/>
Lorem ipsum <br/>
Lorem ipsum <br/>
</div>
<iframe src="https://www.youdomain.com/yousecurepage.aspx" width="100%" height="600" scrolling="auto"> </iframe>
<div>
Lorem ipsum <br/>
Lorem ipsum <br/>
Lorem ipsum <br/>
Lorem ipsum <br/>
</div>
</body>
</html>
you can see following link and and see the view source then you can find that it will works and in all browser..!!!
http://www.clevelandutilities.com/obppay.htm
No comments:
Post a Comment