i need a solution...
create a web page using send mail option. so mail send to mail id as well as to mobile. also i login through mobile. when i enter using mobile automatically enter my area of web page. is this possible?

for example..im client of one website. using my mobile i enter that site login page ,automatically go to my page(client area). is this possible?
Please reply.....

Member Avatar for jmichae3

i need a solution...
create a web page using send mail option. so mail send to mail id as well as to mobile. also i login through mobile. when i enter using mobile automatically enter my area of web page. is this possible?

for example..im client of one website. using my mobile i enter that site login page ,automatically go to my page(client area). is this possible?
Please reply.....

"create a web page using send mail option." this is not possible. web pages are stored on and served up using a web server over http or https protocol. email is sent over pop3, smtp, or IMAP protocol. totally separate.

what you CAN do is send an HTML email as a MIME-encoded HTML email. you can also send the address of the web page in the email. but that is the extend of what you can do in an email client. such a web page will have only *maybe* images and not javascript, and no server-side processing. but you can have attachments.

my experience with recent phone development is not that extensive, I simply made static wml pages (which 2 years latert is really old school), so I don't know how to do this. new area for me, but it would be interesting to try to see how they do it. you would have to use your web server to see exactly what your phone is supplying for data. information would be supplied through web pages and through server logs (watch those).

http://jesusnjim.com/web-design/mobile-web.html

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.