I have PHP, MYSQL, and Apache runing on my Laptop and the defualt for running the result HTML JavaScript that PHP script produces is Firefox.
Can you please provide information on making Internet Explorer as defualt instead of Mozilla Firefox?
User Profile
Collapse
-
Internet Explorer as default for Apache
-
Thank you for being patient and I will try it agian. -
-
I am sorry,
TRY USING <script> windows.open('U RL','','feature s')</script>
and features will include="width= 100 height=100"
I do not understand what you mean?
Is this a function?
Is it a part of the HTML tag?
Can you please give example?
Thank youLeave a comment:
-
I am not getting any error and the iframe does not pop up
any suggestiong? please
This is a zipped file for what I have:
http://www.readverse.com/iframe_2.zip
Thank you...Leave a comment:
-
-
function pop_iframe()
{
alert(" get my iframe ready")
var iFrame=document .createElement( 'iframe');
iFrame.setAttri bute("src", "9998_hello.htm ");
iFrame.style.wi dth='200px';
iFrame.style.he ight='150px';
iFrameObj = document.body.a ppendChild(temp IFrame);
}
<input type="button" name="pop_my_if rame" id="pop_my_ifra me"...Leave a comment:
-
-
<a href="javascrip t:window.open(' 9998_hello.htm' ,'loadDetails') ;"> bye</a>
You are correct, it worked and it opened a new page and that is not what I realy want. I need to open a new frame (smaller windows) in front of the current windows.
For example if the current windows has 740 pixles width and 900 pixels height I need the new Iframe to be 200 pixles width and 150 pixles height. And the...Leave a comment:
-
<a href="9998_hell o.htm">hello</a>
<a href="javascrip t:window.open(' 9998_hello.htm' ,'loadDetai ls');"> bye</a>
Thank you for your help, but when I tried your suggestion it did not work and I am not sure whether I made another mistake or the code is corrupted.
I sent a link that you can download the objects from my website, if you wish.
Thank...Leave a comment:
-
This is a link to my javaScript objects and I really appreciate your help
http://www.readverse.c om/iframe.zip...Leave a comment:
-
loading a smaller popup in front of parent window
Greetings
I need to have an html document to pop up on the current opened full windows and I not having fun in doing it.
I am having trouble to use JavaScript to load the child html when I click on its button; I am referring to loaddetails syntax.
When I click on a button that has this code, I get an error, but if I remove that line of code my HTML javaScript program works but not pop up iframe.
...
No activity results to display
Show More
Leave a comment: