I have a lightbox-type script (not actually lightbox but same idea that displays the content of an iframe rather than a picture). I want to activate it from a link inside an iframe. However, the dark area only fills the iframe but i want it to fill the parent frame of course. Can anyone tell me how to do this?can anyone tell me how to make it so that this link activates the script in the parent frame?
I am creating a site whereby advertisers can create adverts. One of the options is to view a preview of their advert. I currently open a new window to display this preview page. I would prefer to keep the user within one window at all times to avoid confusion of multiple windows and therefore was wondering if there is a way to display this preview page as an overlay similar to how lightbox displays images? I am currently using jquery lightbox to display some images and also jquery for other elements of the site such as tabs.
I've been working on a MySpace friend adder site for a couple of days now. The problem I've encountered is that when people click to add users I wanted to load the add page in an iframe displayed lightbox stylee.
You can see an example here
The problem I'm encountering is that MySpace seems to break out of iframes, which is annoying as I really didn't want to use popups.
Is there any way to disable the javascript in an iframes? or am I destined to have to use popups?
I am using the lightbox popup on a page that is called into an iframe... So the boc centers within the iframe.. Is there a way to have it center on the page instead of the iframe?
I have been trying to get some assistance with this issue for a while now. I know this issue has been discussed before but I can't seem to get it to work. I have a master html page with an iframe on that page. I am using jquery prettyphoto and I was wondering how I can get the light box to display in the parent window when I click on the link in the iframe?[code]...
how to determine the mime type of a document embedded in an iframe. The only case we need is in determining whether it's a pdf in the iframe -- I wanted to just read the extension of a document, such as source="thedocument.pdf", but unfortunately the way the web service is configured is that a url we are given is in the form of [URL] where the digits at the end would be the id of a document.
I currently have a slideshow working on my client's site, but I can't get lightbox to work properly on it. [URL]...
Is there a way to fix the existing slideshow to work with lightbox? Or is there another way of doing this (keeping the same look that is currently in place)?
I have to change text input type to password input type and i am using jquery script. This script work for FF, Chrome and Safari browser but not worked on ie7, ie8.
Script is as:-
How can i update my script, so that it works cross the browser.
I created this form and then I call a function to validate what is in the form. That works fine, but I can't figure out how to activate the submit button. Actually, I don't really want the button to do that much right now except to call another web page.
The code is below, maybe I could get some assistance on this. I tried several ideas I found on the Internet, but none worked.
I would like to create a series of checkboxes that would define a particular entity by it's attributes. For example let's say I have some check boxes that say
age limit 18+ [X] Hip Hop [ ] Electronica Dance [X] Least expensive [ ] [moderately expensive [ ]
These selections above will activate, deactivate, highlight, or bold selections below
Club one Club two Club three
And when unchecked all the links are unfiltered Etc...
When these check boxes are checked in any combination it would remove the hyperlink or highlight/bold the hyperlink of whatever is filtered Would really like someone to point me in the right direction on how to structure this.
How to activate a anchor i.e. <a href="#myAnchor" class="anchorLink" title="portfolio" id="mail"><img src="images/for_web/mail.jpg" width="75" height="40" alt="contact us" title="contact us" /></a> When it is being hovered over instead of clicked on???
window.addEvent('domready',function(){ //SAMPLE 8 var handles8_more = $$('#handles8_more span'); var nS8 = new noobSlide({
[Code]....
All I need to do is when they hover ocer the div statement stop the program from looping. and then when they stop hovering over it let it start looping again.
I would like to have a checkbox and text box beside each other in a form. The text box would be greyed out and no info can be entered UNTIL the checkbox is checked. Once the checkbox is checked the text box becomes active and numbers then can be entered.
Can this be done with javascript? If not what are my options?
I have an image with links on it for my site. When I hover over the links, it loads another image below, with sub categories. Is it possible for the onMouseOver code to also activate an image map, so that the sub menu links are clickable? I need to have different image maps so that the hover areas correspond to the sections of the image Code:
Any solution in javascript to activate overwrite mode on input fields (not using the keyboard)? I found a solution on this forum but this didn't work on FF.
I'm making a portfolio-style web and there is a Projects section in it. Each project has its own html and a button which links to a new html with a trailer. Now, the new html with a trailer is basically the same for all the projects. It has a flash player embedded in it which has a different project video in each frame.
I've created a function in the trailer html which reads like this:
function reklam1() { var flashMovie=getFlashMovieObject("player"); flashMovie.GotoFrame(1); }
I want to make sure that if I click on a link in the projects html it will open this new trailer html and activate the desired function which will push the flash player into a corresponding frame.
How do I have to make the link to be able to do that? Or is there any better way how to get the player to a desired frame on startup using javascript/html?
I am using cluetip on a button. I want to be able to activate the cluetip on the button later as to highlight the button's presence. How can i do this? I have tried:
I have a page that I am using, where when a link is clicked a div on the page has its content changed based on which link is clicked. I use jquery to cause the Div to slide into existence when the link is clicked. What im trying to do now is make it so that, when an image is clicked from within the div, that it slides out of existence again.
<script language="javascript"> $(document).ready(function() { $('#toggleButton').click(function() { if ($('#toggleSection').is(":hidden"))
[Code].....
That code works great for the menu, making the div slide into and out of existence. However the menu is a drop down menu and I'd like to be able to close the div without having to go back to the menu. So I tried putting an image into the content that gets loaded, with a link similar to the ones in the menu, but when it gets clicked nothing happens.
I've tried a number of different things, from creating a special function for it, to assigning extra classes and trying to catch the click by the images class instead of its ID, ive made sure that clicking on the image was working but inserting an Alert and that worked, but the slideup/down did not.