Follow up on hot spots

To follow-up on previous hot spot question-a response that I received indicated that you couldn't put a hot spot on a background image. Is there any other way for this to be accomplished.
I try to the following to Hot Spot the following items:
Search for home listings here, and
Search for land listings here.
Please look at the following website.  You will see what areas that I am trying to Hot Spot.
http://www.grutkowski.com/index5.html
Thank you for your responses.

Simply take your header image out of the body background CSS. 
Insert image directly into the HTML document.  Insert > Image...
Once you do that, you'll have no trouble using the hot spot tools.
Nancy O.
Alt-Web Design & Publishing
Web | Graphics | Print | Media  Specialists 
http://alt-web.com/
http://twitter.com/altweb

Similar Messages

  • I tried to use the iPhone hot spot feature for the first time to use my kindle outside. I followed the directions n I saw the network came up I used my password and I could not connect. What am I'm doing wrong. Please help

    I tried to use the iPhone hot spot feature for the first time to use my kindle outside. I followed the directions n I saw the network came up I used my password and I could not connect. What am I'm doing wrong. Please help

    I tried to use the iPhone hot spot feature for the first time to use my kindle outside. I followed the directions n I saw the network came up I used my password and I could not connect. What am I'm doing wrong. Please help

  • Code for Hot spot in ALV report to call transaction

    Hi,
    I  hv never use hot spot to link as a call transaction can u give the link or code how to make hot spot on a particular fields  i am working on a ALV report in that report in the belnr coloumn when user click on belnr i want to call FB03 transaction ref. to that belnr number and fisacl year.
    regards,
      zafar

    Hi,
    In the fieldcatalog you will have to write the hotspot as shown below,
       wa_fieldcat-hotspot   =  'X'.
      APPEND wa_fieldcat TO it_fieldcat.
      CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
          EXPORTING
            i_callback_program       = sy-repid
            i_callback_user_command  = 'USER_COMMAND'"----> this is important
         i_callback_pf_status_set = 'PFSTATUS'
            it_fieldcat              = it_fieldcat
            is_layout                = it_layout
         it_event_exit            = it_eventexit
         i_screen_start_column    = 10
         i_screen_start_line      = 20
         i_screen_end_column      = 70
         i_screen_end_line        = 45
            i_grid_title             = 'Customer-Order Details'
          TABLES
            t_outtab                 = it_data.
    then you will have to catch the user command as follows,
    FORM user_command USING r_ucomm TYPE sy-ucomm
                            rs_selfield TYPE slis_selfield.
      DATA: alv_vbeln TYPE vbeln,
            mess_text(30) TYPE c,
            txt_vbeln(10) TYPE c.
    *User clicks a Order No. in ALV it passed to the following transaction.
      CASE r_ucomm.
        WHEN '&IC1'.
          READ TABLE it_data INDEX rs_selfield-tabindex INTO wa_data.
          alv_vbeln  = wa_data-vbeln..
          IF sy-subrc = 0.
            CLEAR: mess_text, txt_vbeln.
            SUBMIT zprogram
             WITH pr_vbeln = alv_vbeln AND RETURN.
    put your call transaction logic here
          ENDIF.
      ENDCASE.
    ENDFORM.                    "user_command
    Hope it helps you,
    Regards,
    Abhijit G. Borkar

  • I just purchased an extreme.  I have an express.  The sales guy recommended setting up a hot spot with the express and use the extreme as a base station.  What does he mean and how do I do this?  What are the advantages?

    I just purchased an extreme.  I have an express.  The sales guy recommended setting up a hot spot with the express and use the extreme as a base station.  What does he mean and how do I do this?  What are the advantages?  How do I set this up?????

    I think he means to set up the main extreme as the main router or "main base station", and then use the express to "extend" the network.
    You can look up the manual for your express here for more details:
    http://support.apple.com/manuals/
    Extend the range of your network by adding AirPort Express to your existing AirPortExtreme or AirPort Express wireless network (this is called a Wireless DistributionSystem, or WDS). "
    Extending the Range of an Existing AirPort Extreme or
    AirPort Express Network
    You can extend the range of an existing AirPort Extreme or AirPort Express wirelessnetwork by setting it up in a WDS. Wireless computers can connect to the network andshare the Internet connection, share files, and play network games. If you connect yourAirPort Express to your home stereo, computers on your wireless network can useAirTunes to play music on the stereo from iTunes. If you connect a USB printer to yourAirPort Express, all of the computers on the network can print to it.
    n Open the AirPort Setup Assistant on a Macintosh, or the AirPort Express Assistant on acomputer using Windows XP. Follow the onscreen instructions to extend the range ofyour AirPort Extreme or AirPort Express network.
    Note: Extending the range of a network using WDS may reduce overall networkperformance.

  • How to have a hot spot open a small separate window

    Hi everybody.
                        I'm trying to make a new website.  My old one (burrjohnson.com) is in bad need for an upgrade.  In my new website that I'm currently working on, I have a page that has a picture in the main div section. The picture is an image that shows 9 guitars.  I have made each guitar in the image into a hot spot.  I've created a seperate html page for each hotspot to go to that has a description of each guitar.  I want people to be able to click on each guitar in the image and have a window pop up (seperate smaller page) that has the description for that particular guitar.  With my old website, on the "gigs" page (the page where people could see where my band is playing) if you clicked on the images I placed on that page, (like a pictire of the club for that gig) it opened a seperate window containing the clubs website.  I accomplished this by putting the clubs website address in the "link" portion of the properties inspector for the image in question. It opened a seperate window because in the "link" window, the address for the clubs website was preceded by "javascript:openNewLgWindow".  so, for example, in the gigs page, at the top, there is an image under the info for our gig we did in Putnam Valley on november 5th.  It is a Putnam Valley picture, and if you click on it, it opens a seperate window with their website.  In the properties inspector for that image, the "link" window has the following in it: 
    javascript:openNewLgWindow('http://www.pvpr.com/home.php?ID=ParkFacilities');
    This opens a seperate window with their address in it. 
    Now, with the new website page,  I want to have each hot spot surrounding each guitar open its respective info page, but putting the javascript part in front of the name of page does not work.   if I take out the javascript part, the hot spot will take you to the info page but it doesn't open a seperate window. 
    Idealy what I hope I can do is just have a small window open when you click on the hot spot (because the content in the info pages are only about 4 inches by 4 inches
    How can I do this??
    Thank you in advance
    Burr

    Making a POP-UP window in Dreamweaver with the Behaviors Panel
    =================================================
    1.  Insert an image or type some text on your page.
    2.  Select it and go to the Link Field in your Properties Panel.  Browse for the file or type the full URL (http://example.com).
    3.  Go to the Behaviors Panel and hit the plus sign to add a new behavior.
    4.  Select Open Browser Window from the list.
    5.  Browse to file or type the URL (Yes, a 2nd time).
    6.  Set the height, width and other optional attributes for your pop-up window. (See link below for details)
    http://help.adobe.com/en_US/dreamweaver/cs/using/WSc78c5058ca073340dcd a9110b1f693f21-7b07a.html
    7.  Hit OK.
    8.  Verify that the behavior's trigger event is onClick.  If it's not, click the event box to show other trigger options.
    9.  Go back to the Properties Panel and replace the first URL in the link field with javascript:() This makes the primary link into a null link.
    Save your page and preview in browsers.
    PS. It takes longer to explain all these steps than it does to do it.
    Good luck,
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • Droid x used as mobile hot spot not working

    Just joined and have a problem with my droid x when using as a mobile hotspot.  When I link it to laptop the laptop recognizes it and then when I look at my available networks it show up with excellent connectivity but no internet connection.  I have tried on two different laptops and even at the verizon store but still no internet connection.  Is there a cure for this problem.
    Thanks ahead

        RideOn,
    Good afternoon! The great thing about the hot spot feature is that it can be removed and added at any time. I hope it served you well! If you are signed in as the account owner, you can sign into vzw.com/myverizon and click 'Change Features' under the I Want To.... section. If you are listed as an Account Manager, these options will not be available. Please keep me posted so I can assist further.
    Thanks,
    AdamE_VZW
    Follow us on Twitter @VZWSupport

  • Upgraded to Maverick. Now cannot connect to wifi. All my other devices will connect. Have rest wireless hot spot switch and cable modem. Other devices still connect but MacPro does not. MacPro wireless is self assigning an IP address blocking access.

    Upgraded to Maverick. Now cannot connect to wifi. All my other devices will connect. Have rest wireless hot spot switch and cable modem. Other devices still connect but MacPro does not. MacPro wireless is self assigning an IP address blocking access. It will connect if I connect to my iPhone hot spot via wifi. Any ideas?

    If you follow this video you'll see how to delete your WiFi AP from the OS, this will allow you to select it again which I feel will correct your problem.
    https://app.box.com/s/fe7v7h7kywjr23spumqp

  • ISE Hot Spot Certificate Error

    We've just setup an ISE server (Version 1.3.0.876) and have configured a Hot Spot portal for guest users. Everything about the portal works just fine, however! The issue we are running into is we have installed a public cert signed by a public CA (Starfield CA), however when guests go to the EULA page on the ISE server, they are getting a cert error due to the certificate path not becoming populated. I look at the cert it gets and the path only contains the issued cert, not the CAs it needs above it. (I believe the cert requests the browser to go to a website to download the latest public CAs for the issued cert)
    I can get around this by permitting that IP it hits in the ACL on the WLC, but I would like to just simply have ISE deliver the cert WITH it's public CAs just incase that IP changes, or it's actually hitting a VIP and it is just being round robin'd.
    Does anyone know how this is done?
    I've tried the following:
    Pulled the cert off ISE, added the public CAs into the server cert and added it back into ISE, no luck. (I may have not done this properly, let me know if this should have worked)
    Added the public CAs into ISE and trusted them, no luck with that either.
    Let me know! Thanks guys! 

    (sorry for the long reply, I was out) I was able to do what you suggested, but it still does not send the chain with the cert.
    I tried importing a p7b file with the chain into ISE, but it just strips out the other certs.
    Any other ideas?
    Thanks in advanced.

  • Problem Related To HOT Spot in ABAP Programming?

    Hi All,
    I developed a program of purchase register now i want that on clicking the PO it will take the user to the conserned PO for that i used HOt Spot but still it is not taking me to the conserned PO. Plz tell me what do i do to fullfill my purpose.

    hi, Abhinav
    i think that the following Code will help you in this way.
    REPORT  zfsl_hot_cust_docn.
    TABLES: zsd_credit_bal, tvm4t, t023t, kna1.
    TYPES : BEGIN OF t_sd_credit_bal,                 " To define Internal Table for holding following Data
              benid LIKE zsd_credit_bal-benid,        " Customer ID
              botcp LIKE zsd_credit_bal-botcp,        " Pack
              audat LIKE zsd_credit_bal-audat,        " Date
              vehno LIKE zsd_credit_bal-vehno,        " Vehicle Number
              vbeln LIKE zsd_credit_bal-vbeln,        " Document Number
              movmt LIKE zsd_credit_bal-movmt,        " Movement type
              quantity LIKE zsd_credit_bal-quantity,  " Quantity
            END OF t_sd_credit_bal.
    SELECT-OPTIONS:  soaudat FOR zsd_credit_bal-audat NO-EXTENSION OBLIGATORY DEFAULT '20071121'.
    DATA :  sd_credit_bal1 TYPE STANDARD TABLE OF t_sd_credit_bal WITH HEADER LINE,
            sd_credit_bal2 TYPE STANDARD TABLE OF t_sd_credit_bal WITH HEADER LINE.
    START-OF-SELECTION.
      DATA: vbenid(10), vbotcp(3), lineno TYPE i   ."LIKE LINE OF sd_credit_bal1.
      PERFORM main.
    *&      Form  MAIN
    *       text
    FORM main.
      SELECT benid botcp audat vehno vbeln movmt quantity INTO CORRESPONDING FIELDS OF TABLE sd_credit_bal1
        FROM  zsd_credit_bal
        WHERE audat IN soaudat.
      WRITE: 'Main Menu'.
      WRITE: / 'Select Entry to see its details.'.
      LOOP AT sd_credit_bal1.
        WRITE: /1 sd_credit_bal1-benid HOTSPOT ON, sd_credit_bal1-botcp HOTSPOT ON.
        vbenid = sd_credit_bal1-benid.  vbotcp = sd_credit_bal1-botcp.
        HIDE: vbenid, vbotcp.
      ENDLOOP.
    ENDFORM.                    "main
    AT LINE-SELECTION.
      WINDOW STARTING AT 25 3 ENDING AT 103 25.
      WRITE: 1(78) sy-uline,
             /1 '|',
             3(10) 'Date' CENTERED,
             14(1)'|',
             16(35) 'Vehicle Number' CENTERED,
             52(1)'|',
             54(10) 'Pack' CENTERED,
             65(1) '|',
             67(10) 'Movm Type',
             78(1) '|',
             /1 '|',
             1(78) sy-uline.
      LOOP AT sd_credit_bal1 WHERE benid = vbenid AND botcp = vbotcp.
        WRITE: /1'|',
               3(10) sd_credit_bal1-audat,
               14(1) '|',
               16(35) sd_credit_bal1-benid,
               52(1) '|',
               54(10) sd_credit_bal1-botcp,
               65(1) '|',
               67(10) sd_credit_bal1-movmt,
               78(1) '|',
               /1'|',
               1(78) sy-uline.
      ENDLOOP.
    Replay if any Problem related to this Code.
    Kind Regards,
    Faisal

  • Attaining Hot spot in ALV Tree Using OOPS concept

    Hi All,
    In our requirement we are displaying the data in ALV Tree Using OOPS.
    We need to achieve hot spot on one of the header field.
    I am using  Class 'CL_GUI_ALV_TREE'
    Ex:
    CreditAccnt/ Company codes            DSO    DDSO
    26                                                   15        15
       8000                                              5          5
       8545                                             10        10
    In the above example for every credit accnt in header we r displaying the values ( DSO ,DDSO) for all company codes.
    Now we require hot spot on Credit Accnt 26. Such that when user clicks on the credit accnt it should navigate to another transaction.
    NOTE: we havent build any field catalogue for field CreditAccnt/ Company codes .

    Hi,
    You can refer to the tutorial -
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/abap/an%20easy%20reference%20for%20alv%20grid%20control.pdf
    Or try using the code below-
    CLASS lcl_event_receiver DEFINITION
    CLASS lcl_event_receiver DEFINITION.
    PUBLIC SECTION.
    CLASS-METHODS:
    Hot Spot Click
    handle_hotspot
    FOR EVENT hotspot_click OF cl_gui_alv_grid
    IMPORTING e_row_id
    e_column_id
    es_row_no,
    ENDCLASS.
    Implementation
    *& Method handle_hotspot
    This method is called when the user clicks on a hotspot to drill down.
    The following types are exported from the ALV
    LVC_S_ROW
    LVC_S_COL
    LVC_S_ROID
    METHOD handle_hotspot.
    The hotspot processing coded in the form below.
    PERFORM f9802_handle_hotspot USING e_row_id
    e_column_id
    es_row_no.
    ENDMETHOD.
    *& Form f9802_handle_hotspot
    This form is called when the user clicks on a hotspot on the ALV grid
    The parameters are of type
    -->P_E_ROW text
    -->P_E_COL text
    -->P_E_ROID text
    FORM f9802_handle_hotspot USING p_row
    p_col
    p_roid.
    DATA: lw_output LIKE LINE OF i_output.
    READ TABLE i_output INDEX p_row INTO lw_output.
    SET PARAMETER ID 'MAT' FIELD lw_output-matnr.
    CALL TRANSACTION 'MM02' AND SKIP FIRST SCREEN.
    ENDFORM. " f9802_handle_hotspot
    FORM f9300_modify_field_cat TABLES p_fieldcat STRUCTURE lvc_s_fcat.
    Field-symbols: <lfs_fieldcat> TYPE lvc_s_fcat.
    LOOP AT p_fieldcat ASSIGNING <lfs_fieldcat>.
    CASE <lfs_fieldcat>-fieldname.
    WHEN 'MATNR'.
    <lfs_fieldcat>-hotspot = c_x.
    <lfs_fieldcat>-key = c_x.
    WHEN OTHERS.
    ENDCASE.
    ENDLOOP.
    ENDFORM.
    In PBO,
    module STATUS_9001 output.
    Set handlers for events
    SET HANDLER o_eventreceiver->handle_hotspot FOR o_Alvgrid.
    ENDMODULE.
    Hope this helps

  • Hot Spots that actually work?

    I'm beyond frustrated here. I've been trying to get a Hot
    Spot question slide to work for over an hour now. (Can you say,
    "Lost productivity?") Tried everything logical. Made the hot spot
    bigger, smaller, deleted the slide and recreated, turned off
    project compression, added/subtracted additional hot spots,
    verified my hot spot is marked as the "Correct" hot spot, turned
    on/off the "Show hand pointer", added different images and tried
    them merged/unmerged with background and some other things I'm sure
    I'm forgetting. HELP! I need this to work for my SME. What simple
    thing am I overlooking here? Or do these just not work?

    Hello again Brian
    On the Preview bit, I'm guessing you have upgraded your Flash
    Player to the most recent version. And there are issues with
    Captivate and that version. Check out the following link for that.
    Click
    here
    Have you tried the Hotspot question in a totally new project?
    I see you already tried deleting and re-creating the slide to no
    avail. That makes me think that maybe for this project that object
    is corrupt somehow.
    Hopefully something here was helpful... Rick

  • My iPhone 5 keeps wanting to connect to my hot spot

    My iPhone 5 keeps on wanting to connect to my hot spot. will not let me select to setting to stop can some one help

    Hi RouxWessels,
    Are you saying that you are unable to go to Settings and turn your Personal Hotspot to OFF?
    If that is the case, the article below will provide some troubleshooting steps:
    iOS: Troubleshooting Personal Hotspot
    Basic troubleshooting
    Confirm that your iOS device, computer, and wireless plan all meet the system requirements for Personal Hotspot.
    Verify that Personal Hotspot is enabled by tapping Settings > General > Cellular > Personal Hotspot.
    Verify the Internet connection on your iOS device by tapping Safari and loading a new webpage.
    If one connection type doesn't work, try another (for example, instead of connecting using Wi-Fi, try using USB or Bluetooth).
    Try disabling and reenabling Personal Hotspot from Settings > Personal Hotspot or Settings > General > Cellular > Personal Hotspot.
    Install the latest version of iOS. Tap Settings > General > Software Update.
    Reset network settings by tapping Settings > General > Reset > Reset Network Settings.
    If none of the previous steps resolves your issue, restore the iPhone.
    If you are still experiencing issues, continue with the following troubleshooting steps.Collapse All Sections | Expand All Sections
    Wi-Fi troubleshooting
    USB troubleshooting
    Bluetooth troubleshooting
    Additional Information
    Additional tips
    Depending on your cellular network connection, incoming or outgoing phone calls may interrupt your Personal Hotspot connection. After you end the call, Personal Hotspot should automatically reconnect with your devices.
    If you are outside your wireless carrier's network coverage area, you may be roaming. If that is the case, you will need to have Settings > General > Cellular > Data Roaming set to On to use Personal Hotspot.Data roaming charges will apply. Check with your wireless carrier if you are roaming to verify any additional charges.
    When Personal Hotspot is enabled, your iOS device automatically shares your Internet connection with your computer when connected using USB.
    Example: When you connect iPhone to your computer to charge or sync with iTunes. To avoid unnecessary data charges, turn off Personal Hotspot when not in use.
    I hope this information helps ....
    Have a great day!
    - Judy

  • ALV GRID  - double click event - hot spot event

    Dear developers
    I am building a custom application using ALV GRID (OO method).
    I have three ALV's on the screen.
    User selects a cell on the first ALV from the list. say a specific product group.
    The second ALV displays the product records depnding on selection of first ALV. (this works fine).
    when the user selects a cell of a specific column on ALV grid 2 using double click event or hotspot I am always getting row ID as 1 , irrespective of the user clickin on row 2 or 3 on the specific cell.
    To carry out further processing , I need to get the exact row the user is selecting which I expected to be available in LVC_S_ROID. My further process works always with ROW ID as 1.
    I am using event hot spot in alv grid 1. In grid 2 I tried both hot spot and double click . But both returns the index value of row as 1 , irrespective of the cell being clicked is beyond row 1. in second grid.
    Looking forward for help or suggestion on this,
    Regards
    Kumar

    Hi
    The handler is implemented as follows for all ALV GRIDs.
    I give below only the relevant one grid 2 from my code.
    Class definition
    **03/17/2005 skulist hotspot
    handle_skulist FOR EVENT hotspot_click OF cl_gui_alv_grid
    IMPORTING e_row_id e_column_id es_row_no,
    Class implementation
    **03/17/2005 sku list by currency hotspot on listprice
      METHOD handle_skulist .
        PERFORM handle_skulist USING e_row_id e_column_id es_row_no.
      ENDMETHOD.                    "HANDLE_HOTSPOT_CLICK
    DATA gr_event_handler TYPE REF TO lcl_event_handler.
    DATA gr_event_handler_4 TYPE REF TO lcl_event_handler.
    The above are done in an include and are public in nature.
    Also note that I have similar implementation for similar events for grid 1 bu the event handlers are registered in different names.
    The code below is in the maib program , under a custom container for grid 2
    CREATE OBJECT gr_event_handler_4.
        SET HANDLER gr_event_handler_4->handle_skulist FOR gr_alvgrid1.
    *Based on the user action on grid 2 this form is getting executed. But as I said earlier the parameter I am getting for index is 1 always.
    FORM handle_skulist USING i_row_id1 TYPE lvc_s_row
                                    i_column_id1 TYPE lvc_s_col
                                    is_row_no1 TYPE lvc_s_roid.

  • How to handle hot spot in table

    I have a screen with ALV grid where the first column is hot spot and when you press it, it will go to another screen and display details of selected row with some additional functionality as below.
    Now I want to skip this screen and proceed to next step .
    To do this I have recorded the flow and then I have created script to identify which row is selected with the following script which is working fine.
    In the recorded script(below) I had selected the second row of the grid, so that displayed screen show second row details and when I changed the value to 3, event of the 3rd row triggered and works fine.
    Since i have the selected row value,Can I make this value (marked in above screen) dynamic? So that every time I trigger the hot spot it will capture corresponding row and display the screen.
    Message was edited by: Shaik Shadulla

    Hi Shaik Shadulla,
    I am also having the same requirement .Have you fixed this issue?
    Could you please let me know how you have fixed?
    Thank you,
    Arunkumaran

  • 3G Hot spot for iPhone

    Can I add a 3G mobile hot spot to my iPhone for one month, or is it something that has to be a part of a contract?

        Great question, worksallnite. You have the option to add the Mobile Hotspot feature for one month. It can be removed and added as needed. You can go to vzw.com, sign into your online account and select 'See More Options' on the lower righthand side. Then select , 'Change Features' Please let me know if you need additional assistance. Have a great day.
    ChaunceyM_VZW
    Follow us on twitter @VZWSupport

Maybe you are looking for

  • Question Marks in Folders

    I started LR5 yesterday and now have some folders with ? marks on the file symbol. What did I do???

  • How to create tick marks within an arched area

    I need to recreate this dial and I've learned how to create evenly spaced tick marks within a circle, but this is an ellipse.  Here, I attempted to draw two ellipse then used the scissors to cut them to size.  Then I used the line tool and drew each

  • Help with validating radio buttons

    I would like to set my radio button so they can only click it after they have entered text into the 2 previous text fields.  Can someone help me out with a script how to do that? Thanks

  • Having problem with iCloud contact on my mac

    I'm having problem with my iCloud contact on my mac. My iCloud contact doesn't appear on my Mac. I already backup my iPhone contacts to my iCloud account today and I also already follow any instruction on iCloud Apple Support. But my problem still ex

  • Switching over Apps

    When switching over apps, lets say i am on instagram app, then I switch over Fruit ninja game to continue my game, but when I switch over the app refreshes and I have to start the new game, I can't continue my game. Please fix it! To be honest, the I