473,835 Members | 1,718 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Help with adding a frame to my website

I was given the following code from Just Dial to add to my website (it
gives info about phone numbers to make cheap international calls):

<iframe src="https://www.just-dial.com/agents/rate_finder_too l2/rate_finder_too l_design2.asp?I D=41157607"
align="center" frameborder="0" height="100%" width="100%"
marginheight="0 " marginwidth="0" scrolling="no"> </iframe>

It didn't work at all - I changed it to:

<iframe> <src="https://www.just-dial.com/agents/rate_finder_too l2/rate_finder_too l_design2.asp?I D=41157607"
align="center" frameborder="0" height="100%" width="100%"
marginheight="0 " marginwidth="0" scrolling="no"> </iframe>

And now there's a box but no information inside. The page it's on is
www.fireflyinternational.org/link_phone.php
Can any of you see anything obviously wrong with it?

I already tried going to the
https://www.just-dial.com/agents/rat...sp?ID=41157607
address (the url contained in the code) and just opening the source
code, but there's too many references back to other stuff on their
site, so none of the links would work on mine. Thanks!
Jul 20 '05 #1
2 4914
On 25 May 2004 06:07:12 -0700, Ellie <in**@fireflyuk .org> wrote:
I was given the following code from Just Dial to add to my website (it
gives info about phone numbers to make cheap international calls):

<iframe
src="https://www.just-dial.com/agents/rate_finder_too l2/rate_finder_too l_design2.asp?I D=41157607"
align="center" frameborder="0" height="100%" width="100%"
marginheight="0 " marginwidth="0" scrolling="no"> </iframe>

It didn't work at all
I just tried this code, it works for me. Be sure it was copied correctly.
- I changed it to:

<iframe>
<src="https://www.just-dial.com/agents/rate_finder_too l2/rate_finder_too l_design2.asp?I D=41157607"
align="center" frameborder="0" height="100%" width="100%"
marginheight="0 " marginwidth="0" scrolling="no"> </iframe>

And now there's a box but no information inside. The page it's on is
www.fireflyinternational.org/link_phone.php
Can any of you see anything obviously wrong with it?


It's totally wrong now. <src ... > implies an element src which does not
exist. The prior code is correct.
Jul 20 '05 #2
in**@fireflyuk. org (Ellie) wrote:
I was given the following code from Just Dial to add to my website (it
gives info about phone numbers to make cheap international calls):

<iframe src="https://www.just-dial.com/agents/rate_finder_too l2/rate_finder_too l_design2.asp?I D=41157607"
align="cente r" frameborder="0" height="100%" width="100%"
marginheight=" 0" marginwidth="0" scrolling="no"> </iframe>

It didn't work at all - I changed it to:

<iframe> <src="https://www.just-dial.com/agents/rate_finder_too l2/rate_finder_too l_design2.asp?I D=41157607"
align="cente r" frameborder="0" height="100%" width="100%"
marginheight=" 0" marginwidth="0" scrolling="no"> </iframe>


I don't know why the first one didn't work, or why it would, but what
made you think that your revision would fix it? There is no <src>
element in HTML, nor is there a such a thing as <tag=...> anywhere in
HTML.

--
Harlan Messinger
Remove the first dot from my e-mail address.
Veuillez ôter le premier point de mon adresse de courriel.
Jul 20 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
2266
by: Dave Smithz | last post by:
Hi there, I have implemented a login sequence using session variables for a PHP/MySQL DB which I took over development. I read some books and this NG and it seemed straight forward. However the website I have taken over uses two frames. The left hand side is always a navigation frame with the righthand side of the screen always being the target. I developed a main web page where login takes place and if successful a session variable...
1
1290
by: Brandon | last post by:
A newbie question for you all: Suppose you have a webpage with two frames: a main frame, and a second frame. You have several hyperlinks to other websites in the second frame. What you want is this: when someone clicks one of the hyperlinks in the second frame, the website that it points to will appear in the main frame. Well, for most hyperlinks, this is easy. You just include the string
2
3137
by: crferguson | last post by:
I'm having a really odd issue. Recently my company has upgraded our data server. For a couple of months I'm having to host two versions of the same website on our webserver until the new data server is placed in production. Basically, on the same webserver, I have "Website_Old" which pulls its data from our old data server. I now also have a mirror version of the same website on the same webserver named "Website_New", but this one...
1
1163
by: Richard Clark | last post by:
I have an ASP 2.0 secured website that works fine. My problem is that I need to run this "mini site" inside a frame. We have a domain hosted website and I'm redirecting the frame contents to our IIS server and my MD doesn't want the customers seeing a "messy" IP address, so the solution was to run the mini-site inside a frame. However, despite the login screen being displayed, when a user logs in, the user.identity.name is null and...
6
2746
by: centre507 | last post by:
Hi, I have three frames, top, middle and bottom. Main page has website link and I want those website content to be shown inside of middle frame while clicking links inside of top frame. Based on given code, can anyone point to the right direction? I don't want to be using iFrame.
0
5578
by: gunimpi | last post by:
http://www.vbforums.com/showthread.php?p=2745431#post2745431 ******************************************************** VB6 OR VBA & Webbrowser DOM Tiny $50 Mini Project Programmer help wanted ******************************************************** For this teeny job, please refer to: http://feeds.reddit.com/feed/8fu/?o=25
1
1971
by: deece | last post by:
HI There! I hope someone can help me with this as I have been searching for about 2 weeks now for an answer and I have to admit that I am a designer and not much of a coder so all help would be greatly appreciated!! I have a website for a client www.respectmusic.com.au/welcome.html. At the moment it is divided into two frames and the top frame has a wimpy.swf music player. The reason for this is that my client wants the player to always be...
7
3286
by: Protected | last post by:
Hello. I'm a complete newbie trying to learn Python. I decided to try some Tkinter examples, including the one from the library reference, but they don't seem to do anything! Shouldn't there be, like, a dialog? I'm running Windows XP and using IDLE. You can assume my version of Python is the latest.
0
9653
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10815
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10237
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9348
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5640
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5808
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4435
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3999
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
3094
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.