Pop-up box upon mouse click without separate URL

Hi there,
I'm not sure what to call this, so I have referred to it as a "pop-up box upon click" for lack of a better description. I am an amateur and have taught myself how to make this site.
Hi there, here is what I am trying to do...There is a page on my website that display details about our shows. Instead of having all info displayed all the way down the page, I want it to be tucked away neatly, so the viewer can click it for more details. All they would see initially is just the date and location. I have tried the Adobe spry collapsible panel but I'm not a fan of it and it keeps breaking when I try to update it.
How I want it to look and behave is like the Photos page on my website. I want to click whichever show I am interested in reading more about, and have a neat and clean little box pop up with the details and an 'X' to close it (exactly looking and behaving like when I click a picture thumbnail to enlarge it). It would be nice if the content inside the box was selectable for the viewer as well so they can copy and paste the info. I don't want to have to create and link to new page for evey single show we book.
Please let me know a code I can implement to do this, how to edit the content inside the new box, and where to put it on my page's code.
Website I'm wanting this on: www.dieseljunkies.ca > Shows
Software I am using: Adobe Dreamweaver CS3
Thanks!
J

Just went and dl'ed the adobe widget browser and found something under lightbox called clearbox which can display web content. I added it to "My Widgets". It tells me to import it into dreamweaver, to go to Insert>My Widgets and select the widget. Only problem there is no Insert>Widgets in Dreamweaver CS3 for PC. I am quite lost now. I tried to configure it and all that but no clue where it is saving to or how to go about this. I am wondering what an easy step by step would be for this eg:
1 Open Dreamweaver
2 insert a clearbox link on your page by Doing "this"
3 Insert "this" code "here"
4 host "this" file on your website's ftp
5 edit "this" part of the code for content and "this" part for the header
Jason McFarland, Marketing & Inside Sales
KELCOM Mobility Solutions Division
363 Eugenie St. E., Windsor, ON N8X 2Y2
Phone: 519-250-9100 ext. 2501 • Mobile: 519-564-9823
Fax: 519-790-0241
[email protected] • www.kelcom.com
DID YOU KNOW?…
KELCOM sells
barcode scanners,
barcode printers
and labels!

Similar Messages

  • How do i code to eliminate an enemy upon mouse click?

    I need to figure out how to eliminate an
    enemy upon mouse click. I have a crosshair movie clip that im using because it follows the mouse. i need it to eliminate an enemy using the center of the crosshair when i click on them. This is for my schools senior project. Please Help. Thanks.

    this.onMouseDown=function(){
    if(enemy.hitTest(this._xmouse,this._ymouse)){
    enemy.swapDepths(this.getNextHighestDepth());
    enemy.removeMovieClip();

  • Making something happen on mouse click in separate class

    Hi, I have two classes, Pixel, and Calc. Calc extends applet and pixel extends canvas. Calc creates instances of pixel in the applet, and what i want to happen is that when the user clicks on a pixel, it changes color. however, no color changing was happening. i tried inserting some debug code, and that didnt show up which makes me think the event isn't even happening at all. here's my code:
    pixel.java
    import java.awt.*;
    import java.awt.event.*;
    public class Pixel extends Canvas implements ActionListener {
         private Color c;
         public Pixel() {
              setSize(10,10);
              c = Color.yellow;
         public void paint(Graphics g) {
              g.setColor(c);
              g.fillRect(0,0,10,10);
         public void actionPerformed(ActionEvent e) {
              c = Color.black;
              System.out.println("in event code...");
    }calc.java
    import java.applet.*;
    import java.awt.*;
    import javax.swing.*;
    public class Calc extends Applet implements ActionListener {
         private Pixel test;
         public void init() {
              test = new Pixel();
              add(test);
         public void paint(Graphics g) {
         public void actionPerformed(ActionEvent e) {
    <applet code="Calc.class" width=400 height=400>
    </applet>
    */what do i need to do??? thanks for your help
    Tom

    if you want something to happen you need to "activate" the actionlisternersomething.addActionListener(this);but if you want something to happen when you click with you mouse you need to implement MouseListenerimplements ActionListener, MouseListener{
      public void mouseClicked(MouseEvent me){}
      public void mousePressed(MouseEvent me){}
      //and other methods..
    }It has several mouseevents that you can use..
    then add the listener to the pixelclass, or in your mainclasspublic class Calc implements MouseListener{
      private pixel test;
      test.addMouseListener(this);
      public void mousePressed(MouseEvent me){
        test.setColor(new Color(255,255,255));
    }to make this work you need a setColor method in your class pixelpublic class Pixel .. {
      //the old stuff
      public void setColor(Color col){
        c = col;
    }hope it helps..

  • Captivate 5 recording to add click boxes on mouse click

    Hi,
    I have used Captivate in the past and I just installed a trial of V5. I am not able to get the click boxes to appear when recording my software simulations. I am recording in training mode. I click settings, Mode=Training Simulation, and then click the Add Text Captions. When I preview, none of the boxes appear. I have tried in multiple software programs thinking that was the issue, but nothing works.
    Does anyone know what I am doing incorrectly?

    Hi Rebecca,
    What you are doing is correct, but there is one more step.
    On the main recording dialog "check the Training checkBox and uncehck the Demo"
    This should work.
    Please see the attached snapshot.

  • Since downgrading and paying for Photoshop CC i get pop up box upon loading Photoshop stating there is trouble verifying my account and to get in touch have tried this?

    hi I had the full membership of Photoshop CC for a year.  Then I downgraded to photoshop and Lightroom.  Now when I load Photoshop I get a pop up bow stating that there is trouble verifying my account.  There is also a box counting down the days, I am now on day 17 and I presume that once it gets to 0 I wont be able to use Photoshop.  I have tried contacting Adobe.  Does any one have expearience of this or an answer to this problem?

    Contact Adobe support thru chat. 
    Serial number and activation chat support (non-CC)
    http://helpx.adobe.com/x-productkb/global/service1.html ( http://adobe.ly/1aYjbSC )

  • How can I do a "middle mouse click" without a 3 button mouse???

    #1:  Is there a keyboard command that will perform a middle click?  I have googled and googled and googled and found hardly any info except something about "option + click", which does not work.
    #2:  Is there a way to make the magic mouse perform a middle click?

    If you could explain your need for this, perhaps someone could offer a work-around solution.
    For example, if it is for a game, many games allow the user to change the presets for actions. If this is the case, setting the desired action to use something like Option-click should work; by doing it within the program (the game) it avoids needing to do anything to the OS.

  • Follow an object (mouse click) without decreasing the speed

    hello,
    i want to make a movie clip follow the mouse while we are pressing the left Button (NOT "be" the mouse ), i end it up with this code but am having a problem,
    -the speed of the movie clip decrase by his own, i know that this is happening because of the last two lines, i will be glad if anyone could help me to solve this problem, thanx
    onClipEvent (enterFrame) {
              onMouseUp = function ()
                        apui = false;
              onMouseDown = function ()
                        apui = true;
                        rotateSpeed = 3;
              if (apui == true)
                        goX = _root._xmouse;
                        goY = _root._ymouse;
              else if (apui == false)
                        goX = this._x;
                        goY = this._y;
              this._x -= (this._x - this.goX)/20 ;
              this._y -= (this._y - this.goY)/20 ;

    thank you, this is solved the speed issue, now i had one last problem, the rotation,
    1st let me know if i had to close this discussion and start another one cause i found what i was looking for .
    but maybe i can ask about it here,
    so here is the rotation issue,
    first here is my rotation code
    function rotateTowards(clip, targetX, targetY)
              var clipPoint = {x:clip._x, y:clip._y};
              clip._parent.localToGlobal(clipPoint);
              var deltaX = targetX - clipPoint.x;
              var deltaY = targetY - clipPoint.y;
              var rotationRadian = Math.atan2(deltaY, deltaX);
              var rotationAngle = radiansToDegrees(rotationRadian);
              clip._rotation -= (clip._rotation-rotationAngle)/8;
    function radiansToDegrees(radians)
              return (radians / Math.PI) * 180;
    and i have this code on my car movieClip
    onClipEvent (load) {
              rotateSpeed = 3;
    onClipEvent (enterFrame) {
              onMouseUp = function ()
                        apui = false;
              onMouseDown = function ()
                        apui = true;
                        rotateSpeed = 3;
              if (apui == true)
                        goX = _root._xmouse;
                        goY = _root._ymouse;
                        rotX = _root._xmouse;
                        rotY = _root._ymouse;
                        _root.rotateTowards(this,rotX,rotY);
              else if (apui == false)
                        goX = this._x;
                        goY = this._y;
              _root.destination_mc._x = goX;
              _root.destination_mc._y = goY;
              this._x -= (this._x - this.goX) / 15;
              this._y -= (this._y - this.goY) / 15;
    my problem is to make the rotation more "realistic" for example if we choose to go to the opposit direction i need the car to rollback then make a 1/2 turn then go tward the point
    thank you

  • Appear/disappear effect to a single word of text in Star Office s be done?  If so, how can I isolate and have appear upon mouse click?

     

    you'll need to use your keyword string and text string and the desired action to convert your text string into a html string that does what you want.  i don't know any simple way to do that.  it's doable but will take some time.
    the basic idea is something like:
    var w5="Promotions";  // this is to be the keyword linked to something
    var def5="Promotions are where your business tries to increase the sales of Promotions a particular item through offering a good deal, advertising or a special display Promotions";  // and this is the text to be displayed that should treat all w5 instances as links
    var data5="d5";
    this.addEventListener(TextEvent.LINK,linkF);  // this line can be used for all your textfields, if you have more than one.
    yourtextfield.htmlText=parseTextF(w5,def5,data5);
    function parseTextF(keyword:String,txt:String,dataS:String):String{
    // i think you'll need to consider 3 cases.  1. a keyword is at the start, 2. in the middle , 3. at the end of txt
    // for example: if 1:
    var a:Array=txt.split(keyword);
    return = "<a href='event:"+dataS+"'>"+keyword+"</a>+a[1]";
    // and you may have more than 1 keyword in txt
    function linkF(e:TextEvent):void{
    // do something using e.text which will = data

  • When I try to play a flash video (like youtube) i have to click a flash button several times before it works. Why do flash videos not recogonize any clicks without several tries first?

    When I try to go to a flash video, the video player never seems to recognize my mouse clicks without several tries.
    It's hard to explain but if I'm at a youtube video and i place my cursor over the button that lets you skip around the video, the cursor will alternate being a cursor (like its not recognized) and a hand like its supposed to. It's sort of keeps flickering between the two if I move the mouse around on that little skip button.
    I tried uninstalling firefox but it didn't make a difference. I noticed it after updating to the newer firefoxe updates. This does not happen under IE.
    thank you for your help.

    '''[https://support.mozilla.org/en-US/kb/troubleshoot-firefox-issues-using-safe-mode Start Firefox in Safe Mode]''' {web link}
    While you are in safe mode;
    Press the '''Alt''' or '''F10''' key to bring up the tool bar.
    Followed by;
    Windows; '''Tools > Options'''
    Linux; '''Edit > Preferences'''
    Mac; ''application name'' '''> Preferences'''
    Then '''Advanced > General.'''
    Look for and turn off '''Use Hardware Acceleration'''.
    Poke around safe web sites and see if there is still a problem. Then restart.

  • Several pop up boxes on same image

    Hi,
    I am using Dreamweaver CS4 and I would like to create a image with several pop up boxes on "mouse over" (or whatever you call it). I would like the pop up box to contain both a small picture and a little text. An example of what I would like is found on the map on the left hand side of this page:
    http://www.colombia.travel/es/
    I have seached the web for clues but I am still kind of "blank" of where to start.
    Anybody know if it possible to make such pop up boxes within DW CS4, or should I look for another software. What kuind of software would you recommend?
    Best regards,
    Ivan

    In addition to the previous link given, this is another option:
    http://www.walterzorn.com/tooltip/tooltip_e.htm
    Nadia
    Adobe® Community Expert : Dreamweaver
    http://www.perrelink.com.au
    Unique CSS Templates | Tutorials | SEO Articles
    http://www.DreamweaverResources.com
    http://twitter.com/nadiap

  • "Accessing iTunes Store" box pops up every time I click on something new on itunes

    When I open itunes it automatically tries to connect to the itunes store but the "connecting to itunes store" status bar keeps popping up even after it has connected.  I'm unable to navigate the itunes store without this status bar popping up.  I've updated to the latest version of itunes (currently version 10.3.1 for mac)  and the same problem occurs.
    I haven't had any luck with the itunes store after uninstalling and reinstalling the software.  I've also tried to "deauthorize this computer" and then "authorize this computer" to try and fix the glitch- but everytime I try and sign into my account I get this message: "This Apple ID has not yet been used with the iTunes Store".  It then takes me to another screen to review my account.  But when I'm brought to the new screen my session times out and I can't review anything.
    I'm going around and around in circles and it's becoming very frustrating.  Does anyone have any other possible solutions???
    I'll give a step by step breakdown of what's happening..
    I open the itunes store.
    Accessing itunes progress bar at the top of the window loads the itunes
    store and after it loads there is still a top window that says
    'accesing itunes store' with a 'stop' button option which stays open
    for aprox. 1 minute after page is loaded.
    I sign in with my account and password.
    A dialouge box appears that says, "This Apple ID has not yet been used
    with the itunes store.  Please review your account information.
    cancel or review option boxes.
    I click review.
    Accessing itunes store progress bar appears in the upper part of the
    window as well as in a seperate window box like before and this box
    stays open after page has loaded like before.
    The window box goes away and the window says, "Welcome to the itunes
    store; To begin creating your apple id click continue".
    I click continue.
    A new window appears and says, "your session has timed out. Try
    again".  option to click a box marked 'done'.
    ...And this takes me back to square one.

    Did you ever resolve the question?
    I have exactly the same complaint and your question has 338 views - which leads me to believe our question is not unique.

  • Pop up box in yahoo mail won't close, asks "do you use the yahoo! toolbar on multiple computers?" has option buttons but no response when clicking on anything, pop up box just sits there in the way

    whenever I open my yahoo mail when using Firefox, a pop up box appears on the upper left side of the screen, it asks the question "do you use the yahoo! toolbar on multiple computers?" and gives click boxes for "Save to my yahoo ID" and "No thanks, just save to this computer". I get no response to clicking on either box, nor will the pop up close if I click on the "X" in the upper right corner of this pop up. It won't close out and it sits right over the top of the email messages in my inbox. All else seems to work fine, but can't get rid of this pop up box....very annoying.

    go mail.yahoo.com as the login entrance for yahoo mail.

  • Diable "open dialog box" on right mouse click so I can use l mouse to advance to next slide and r mouse click to "go back."  How in PP 2010 for mac????

    I do presentations in PP10.  I am new to macair, and used to Windows.  HOW DO I DISABLE THE "OPEN DIALOG BOX ON RIGHT CLICK"?  I would like to use L mouse to advance slide, and R mouse to go back.  The default is to use R mouse to open dialog box.  I can disable this by unchecking the box in "advanced" on the PC.  How do I do it with the Mac????
    Thanks
    hacmd

    Hi Rod,
    As originally stated in my opening post, the SWF is to be inserted into an Articulate '13 slide (what I called an aggregator originally - I tried not to bring them up since I don't want the chatter about "There's your problem - using Articulate"! ).
    Recall that posting this published file to our LMS did not allow right-mouse click functionality as the flash player menu just gets in the way.
    If I insert the captivate 6 files into Articulate as a Web Object (referencing the entire folder with html, htm and assets, and then posted to our LMS, and it DOES allow RM click operations in both IE and FF (although no sound on the Captivate slide in FF). But this is not what we want to do as this introduces 2 navigation controls (the Captivate one and the Articulate Player).
    Why must anything be posted to a web server for this functionality to work?
    I am able to go into the Captivate 6's published folder, and launch the Captivate demonstration by simply double clicking on the index.html file and this works great in both FF and IE after changing the security settings for flash.
    Again - I can not believe I am the only one out there trying to use the right-mouse click feature to do a software simulation by embedding the Captivate SWF into an Articulate '13 project.

  • Upgraded to FF4, Have windows 7, everytime I click on FF4 to go online, I get pop-up box with error message [Javascript: application] Typeerror: Components.classes[cid] is undefined...when I click OK it lets me online but this is a pain

    I get an error message... [Javascript: application] upper left corner in the pop-up box, then in the body of the pop-up box it says, Typeerror: Components.classes[cid] is undefined...when I click OK it lets me online but this is a pain, also, I get the same message when I try to open another window while using FF4...Thanks and hope you can help...

    Start Firefox in [[Safe Mode]] to check if one of the add-ons is causing the problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    * Don't make any changes on the Safe mode start window.
    See:
    * [[Troubleshooting extensions and themes]]

  • Response to mouse click by combo box list and underlying clickable label

    Hello,
    we developed a label responding to a mouse click by opening and thereby displaying an associated help text. The label extends a project specific hierarchy of labels and thus implements MouseListener, of course. Now we encountered a strange problem: It occurs when a combo box is placed above such a label in a panel. By clicking the combo box a selective list drops down and covers the label. As soon as a mouse click is performed on a list item directly covering (i.e., right in front of) the clickable label not only this item is selected but the help screen associated with the underlying label is displayed, too. So the mouse click is processed twice: as proposed by the combo box and unwantedly by the label. This behaviour could not be reproduced on other components being placed below a combobox. So the label itself seems to be the cause but we cannot imagine what could exactly be the reason for this double reaction. Perhaps anyone heard of something like that?
    We are currently working with IBM Visual Age for Java 2.0 (Java version 1.1.8 with the according Swing version). The clickable label reflectively calls methods of a model to determine whether help is available and if so later on to open this help text.
    Any help is appreciated!
    Danilo

    Thank you for your response. I tried both to check the focus and to consume the event. But I had to learn that labels are not able to catch the focus. I also was not able to consume an appropriate event of the combobox. So I finally solved the problem by extending JButton and implementing ActionListener. Thus my labels are actually buttons but I changed their appearance and behaviour so one cannot distinguish them from labels.

Maybe you are looking for

  • How to call a function from Java to JSP

    Hello, I have a question about using tags. I have a java file,which has a function. Now I want to call this function into my JSP page. I'm using JSP 1.2 and TOMCAT 4.1 with Java2 SDK. I search through the web and find a method to do this.Bu it requir

  • EJB-QL and date/time types

    Hi, as far as I understand, EJB-QL does not support date/time values. Does anybody know how to work around this limitation? Using long values containing milliseconds is not an alternative, because the database stores date/time values. I need to compa

  • Itunes slow and sputtering  --  frequent issue with many

    well so much for an update. after updating to latest itunes, 7.0.2.16, my songs and movies skip and run slow. i have tried all the fixes: new sound card driver, delete quicktime and reinstall, sound enhancer conflict, no plug ins, hardware excellerat

  • Error 99 using Flex with FileInfo SDK

    Hello I am creating a new XMP panel for CS4 using Flex 3.0.1 and the FileInfo SDK 4.4.2. When I create a new Wizard project (using XMP Custom Panel project), at the end the Design tab shows the message (I have not edited anything from the generated f

  • Servlet Database I/O: How to "lock" a record being updated ?

    Say you have a servlet that displays a list of customers in HTML page, and a button on each customer to click to bring up another page (servlet generated) with the customer info to edit. The customer info is in a database file (could be Access or ORA