Got a code for mobilink, but requires slight changes...

Discussion of programming on Linux, including shell scripting, perl, python, c/c++, mono, java. Whatever tickles your fancy.
Post Reply
coolwaq786
Cadet
Posts: 8
Joined: Wed May 10, 2006 10:16 pm

Got a code for mobilink, but requires slight changes...

Post by coolwaq786 »

hi, i got this code from funmaza site:-

<iframe marginwidth="300" marginheight="400" width="439" height="222" scrolling="no" frameborder=0 src="http://www.funmaza.com/mobilink_nojava.html" name="I1">
</iframe>

it worked before but now it is just giving error msgs.Cud you change this code slightly so it can work? (as funmaza allow editing on the applet)Thanks
ysajid
Lance Naik
Posts: 26
Joined: Thu Apr 07, 2005 2:57 pm

Re: Got a code for mobilink, but requires slight changes...

Post by ysajid »

coolwaq786 wrote:hi, i got this code from funmaza site:-

<iframe marginwidth="300" marginheight="400" width="439" height="222" scrolling="no" frameborder=0 src="http://www.funmaza.com/mobilink_nojava.html" name="I1">
</iframe>

it worked before but now it is just giving error msgs.Cud you change this code slightly so it can work? (as funmaza allow editing on the applet)Thanks
they seems they have not updated the IP and port...

you are using iframe that simply links to

http://www.funmaza.com/mobilink_nojava.html

if you asking to change the above code... there is nothing wrong it..
problem is at funmaza side..


Try This
<iframe scrolling="no" height="300" frameborder=0 src="http://www.free786.com/mobilink.php">
</iframe>
coolwaq786
Cadet
Posts: 8
Joined: Wed May 10, 2006 10:16 pm

Post by coolwaq786 »

nah brother this does not work either, any1 got a working code/website that uses non java applets?
Post Reply