missing some basics of html link

Hi all

I seem to be missing some basics of html link. What is the meaning of:

from slash...?

< do action = "" / mypage.php "method ="POST"> as:"

I know that these can redirect:

dig...

/MyFolder/MyPage.php

and upward

.. /MyFolder/MyPage.php

but now I see a slash of departure and a page?

MyPage.php

or

./MyPage.php

instead of just = mypage.php

Q: Why use leave. / or / instead of just the page?

MORE...

and while I'm... I always use closing tag php like:

<? PHP

kind of things...

? >

... but now that I've heard if there is that php on the page - then you better * NOT * use a closing tag?

Q: Why is it?

The starting slash means "site root relative" which tells the browser to add the root of the site before the link, so...

somelink.html

... becomes...

h t t p :// www.domain.com/somelink.html (spaces added to http keep the forum to turn it into a link)

.. .automatically at the browser level.

Not sure the php thing, always heard say that as you "can" omit it.

Tags: Coding Corner

Similar Questions

  • HTML linking Flash framework and function

    Hello world

    I have a FLVplayer that has several movies link to it. There are also categories of films that can change without disrupting the previous video to play. It will be on the 'portfolio' of my site page. Then, I want to have links on the home page to play some videos.

    How can I set up a HTML link to a SWF on a different HTML page, linking to a certain group (category) and load the correct video in the FLVplayer?

    I read about the flashvars, but I'm not sure if they can load inside the swf pieces (ie the video).

    IM using as3.

    Is there an easy way to do this?

    Thank you

    Dan Williams

    Basically, you pass a FlashVar to the SWF and then have the ACE load the bits based on the variables passed.

    Thus, the link might look like: "http://www.mysite.com/flashpage.html?v=/videos/myVideo.flv."

    the variable 'v' would get caught by the HTML code and passed as a FlashVar to the SWF object.

    Then, in the code, something like this:

    var keyStr:String;
    var valueStr:String;
    var paramObj:Object = LoaderInfo(this.root.loaderInfo).parameters;
    for (keyStr in paramObj) {
    
         valueStr = String(paramObj[keyStr]);
    
         if(valueStr != ""){
    
              switch(keyStr.toLowerCase()){
                   case 'v':
                        doLoadVideo(valueStr);
                   break;
              }
         }
    }
    
    function doLoadVideo(which:String):void
    {
         //code to load the video, whose path is passed via the "which" var in this function
    }
    
  • ButtonField in the form of html link - paint correctly when you press.

    I tried to look like an html link in an application (JDE 5.0.0) ButtonField.

    I managed to paint correctly when it is developed and not well centered. However,.

    When the user clicks the button, it is painted as a normal operated button.

    What Miss me? Is there another method that I need to replace to control how it is painted

    When you click on it?

    public class LinkButton extends ButtonField {
    
        String name;
    
        public LinkButton(String name) {
            super(name, ButtonField.CONSUME_CLICK);
            this.setBorder(BorderFactory.createSimpleBorder(new XYEdges(2,2,2,2), Border.STYLE_TRANSPARENT));
            this.setBackground(BackgroundFactory.createSolidTransparentBackground(Color.WHITE, 0));
            this.name = name;
        }
    
        protected void paint(Graphics g) {
            g.setColor(Color.BLUE);
            g.setFont(Font.getDefault().derive(Font.UNDERLINED));
            g.setBackgroundColor(Color.WHITE);
            g.drawText(name, 0, 0);
        }
    
        protected void drawFocus(Graphics g, boolean on) {
            g.clear();
            g.setColor(Color.GREEN);
            g.setFont(Font.getDefault().derive(Font.UNDERLINED));
            g.setBackgroundColor(Color.WHITE);
            g.drawText(name, 0, 0);
        }
    
    }
    

    What you see is the image VISUAL_STATE_ACTIVE in the ButtonField.  I don't know exactly how to avoid this with ButtonField. Since you are using the package set, anyway, take a look at these setBorder and setBackground with additional visual state parameter and specify those separately for VISUAL_STATE_NORMAL, VISUAL_STATE_ACTIVE and VISUAL_STATE_FOCUS.  You can also analyze those paint and set the colors accordingly, although it wouldn't be enough.

    I can honestly say that I never extended ButtonField. However, when you want a predictable behavior, ButtonField is one of the worst: he does a lot of good things for you, but there are so many things happening behind the scenes that you will be better off extending field, implementing your own layout and painting/paintBackground, as well as navigationClick/navigationUnclick and keyDown/keyUp (verification of entry and perhaps space). You must also call fieldChangeNotify (FieldChangeListener.PROGRAMMATIC) in all the appropriate places (probably uncheck and keyUp). Decide if you want a specific to the context menu. If so, substitute makeContextMenu.

    The reward will be your own hyperlink customized with behavior controlled by you, that you will be able to use in several projects.

  • Windows 8 will not mistake The Boot Configuration Data file is missing some required information.

    Yesterday, I downloaded Windows 8, and although using it was confusing I got the hang of it. Today, I used the computer again and everything was fine but then I stopped him and a few hours later, when I turned it on a blue screen appeared and he says:

    Recovery
    Your PC needs to be repaired
    The Boot Configuration data file is missing some information required.
    Leader: \Boot\0xc000000d
    OT: After victory. Download 8 it won't launch
    I have no idea what is happening or how to fix it. Any help to help me understand and solve this problem would be appreciated.

    Met the same question from one day to the other - re install Win 8< week="" old="" decided="" to="" misbehave="" on="" a="" reboot.="" nothing="" untoward="">

    In any case discovered that the automatic startup repair is less useless for me. He could not fix anything whatsoever after the diagnosis and just gave up.

    However, resort to repair (start your windows installation CD) command line prompt, I managed to solve it with the command of the ffg on the command line.

    Bootrec /rebuildbcd

    More info about bootrec available using your favorite search engine.

    for example, this site was useful for me

    http://superuser.com/questions/451277/missing-boot-files-in-Windows-8

    For users in previous posts with problems and have only a version downloaded to Win 8 - well I'd say that you yourself create a DVD of the version uploaded to win 8 - the installation program ask you if you want to create media - that will create a 4.x GB. ISO file that you can burn to DVD. There is enough information on how to do this just search online.

    With regard to creating a way to initiate Win8 installer from USB Eh well I heard the ffg tool works with Win 8 too but cannot vouch for her since have never tried so its at your own risk.

    http://www.microsoftstore.com/store/msstore/HTML/pbPage.Help_Win7_usbdvd_dwnTool?ClickID=ckqs4fqifskwfnxlpiwkzwxqwwwzlvvlezzk

    Good luck, have fun,

    See you soon

  • Problems with embedding an HTML link in a report column

    Hi gurus,

    I'm trying to incorporate an HTML link in a report column now.

    What I did is entered this HTML "Edit form" column: "< a > target ="_blank"href =" http://www.google.cn/search?hl=en & btnG = Google + Search "< /a > '"

    I also put "process the text under" to "HTML" for the properties of the columns.

    I have a question at this point: when you run this report, I couldn't see text displayed in this column instead of a LINK I can click. Quesiton: What was missing?

    Then I continue this test by changing the HTML code like ' < a > target = "_blank" href = "http://www.google.cn/search?hl=en & q =' |" Products.Prod%20Category | btnG = Google + Search "" < /a > ' in order to do a search using the combination products Table.Column. ' " Prod of category", I get the following error:

    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error occurred. [nQSError: 27002] About <>%: Syntax error [nQSError: 26012]. (HY000)
    Publ. SQL: {call NQSGetQueryColumnInfo ("SELECT"< a > target = "_blank" href ="http://www.google.cn/search?hl=en & q =" |)} Products.Prod%20Category | & btnG = Google + Search "< /a >", products. " Prod category "(DE SH')}"

    Publ. SQL: SELECT ' < a > target = "_blank" href = "http://www.google.cn/search?hl=en & q =' |" Products.Prod%20Category | btnG = Google + Search "" < /a > ', products. "" Prod category"OF HS

    What was wrong with the syntax of my HTML code?

    Thank you
    Jeffrey

    Hi Jeffrey,.

    (1) use Category of Products.Prod instead of Products.Prod%20Category

    (2) use ' href =... target = "_blank" "instead of" target = "_blank" href =... "

    (3) use * "Treat as Hyper Text Link" * instead of "HTML Code" in the replacement data format

    It should work.

    It can be useful :)

    Kind regards
    Rambeau

  • HTML links, how do we?

    I have seen and received, html links to Apple support articles here in answers. How is that done? Can someone post a link html with instructions on how it's done? I hope it's clear.

    You copy the link from your browser and paste in your response.

  • Cannot paste the html link in the edit box of html for ebay using 24.0 FF on Kubuntu 12.04 - the destination of the link is displayed instead.

    In chrome and rekonq under Kubuntu 12.04, in all browsers including FF 24.0 under Windows 7 64 bit, ebay html editor (accessible by clicking on the 'HTML' tab next to the 'Standard' tab in the "Add a description" section of the "Edit registration" page) works as expected. For example paste a HTML from photobucket link to an image fits the link text in the editor. With FF 24.0 under Kubuntu 12.04 image is displayed, i.e. the link is followed.

    However, nothing is really stuck, the image is displayed, but nothing is changed in the HTML itself. Closure of the area of editing html and return to it details unchanged content.

    Paste the link into the Standard editor works as expected: the image appears in the wysiwg editor and go to the shows html editor html link was added.

    Editing in the html editor works as it should, pasted from an external source links are followed instead of being stuck in.

    Correction: this is not a problem with FF. Links pasted from another tab in the same instance of FF behave correctly. The problem is caused by pasting links from an external source. I don't see why links from external sources stick properly in other browsers, but of a life too short to investigate that.

  • Satellite A200-1YW - missing some drivers Win 8

    Windows 8 Pro, Toshiba has 200 1YW

    After the installation of Windows 8 for some drivers do not work.

    Laptop does not read the SD card (are not) and is still missing some driver that I can't identify.

    Why Toshiba does not have an automatic "deskupdate" such as Fujitsu? A lot of problems would be solved.

    Obviously, each laptop manufacturer's own support system.
    In your case the problem is that your old laptop Satellite is not supported for Win8 OS.

    There is no problem with the supported models.

  • Satellite Pro L870 - missing some drivers for Win 7 - unknown device DEV_1E3A

    Just took delivery of some new L870 Pro of Satellite we have reinstalled Windows 7 but seem to be missing some drivers. I downloaded installed all the drivers available from the download site but we still have an unknown device.

    VEN_8086 & DEV_1E3A

    Looking around it can be an IMEI chip but I was not able to confirm the DEV ID of any of our sources generally. Does anyone have an idea what it is and where I could get the 64 bit Windows 7 drivers?

    Post edited by: Bashfuluk

    Hello

    Please check this HowTo.
    + How to identify an unknown device? +
    http://forums.computers.Toshiba-Europe.com/forums/Ann.jspa?annID=78

    To my knowledge, the 8086 Dev_ID belongs to Intel
    So there must some Intel driver.

    Have you installed all the drivers for the Toshiba driver page? Do this

  • Portege R100 - missing some drivers Ethernet Controller Win XP

    The hard drive failed on my Portege R100, so I replaced and installed Windows XP.
    The only problem is that I'm missing some drivers, so I can't get into the Internet - significantly Device Manager indicates problems with the Ethernet controller.

    Is there a place to get these missing drivers? I don't even know what to look for to resolve part Ethernet controller.

    Any help would be greatly appreciated.

    Thank you-

    George

    Hello

    Ethernet controller can be a LAN or WLan card.
    Have you installed the network card driver?

    All the drivers are located on the European driver Toshiba page:
    http://EU.computers.Toshiba-Europe.com

    Protected R100 is an older model mobile phone, so you will need to check the Archive.
    In product type to download the form, choose Archive instead of the laptop.

    See you soon

  • I get all of my email. Each download I do, I'm missing some emails. I have sent several emails here, why I get all the answers?

    I get all of my email.  I use Windows Live mail and Windows 7 Home.   Each download I do, I'm missing some emails.  I have sent several emails here, why I get all the answers?

    Click on the touch me too much on your question.

  • The boot configuration data file is missing some required information, error code: 0xc000000d

    Original title: question of recovery of Windows 8
    I have a Toshiba laptop with windows 8.  and this morning when I tried to turn it on, it's the message that is displayed:
     
    "RECOVERY".
    your PC needs to be repaired
    The boot configuration data file is missing some required information
     
    File \BCD
    Error code: 0xc000000d

    you will need to use the tools of recovery on your installation media. "If you, etc.".
     
    There is no USB or CV came with the laptop.  It is automatically installed when I first turned on.
     
    I was looking at a trip to this topic last night and everything was perfect, now, this morning, I get this message.
     
    I restarted the computer a few things, but this message is still there.
     
    My question is how can I get my laptop to work again, because I can't go in the computer to change the settings or options.
     
    Help, please
     
    Thank you
    Winnie

    Hello

    We are here to help.

    You can perform the troubleshooting steps below:

    Option 1: Windows startup parameters in the Windows recovery environment .

    • Windows recovery environment, enter in safe mode. After you have successfully loaded in safe mode, perform the clean boot.

    Option 2: restore your PC to an earlier point in time .

    1. Enter in the right edge of the screen and then click on Search.
    2. Enter the Control Panel in the search box, and then tap or click Control Panel.
    3. Enter the collection in the control panel search box, and then tap or click recovery.
    4. Press or click open system restore, and then follow the instructions.

    Let us know how it goes.

  • The boot configuration data file is missing some information required. File:\BCD error code: 0xc0000034.

    I just bought my ASUS laptop (with no dvd player) 3 days ago. Today I turned on for the first time and was usually up to 1 hour later this bluescreen poped out: RECOVERY, your PC needs to be repaired. The boot configuration data file is missing some information required. File:\BCD error code: 0xc0000034. You will need to use the tools for restore on your installation media. If you don't have any media of the instalation (such as a disc or USB device), contact your system administrator or the PC manufacturer... As I said before that my laptop came with Windows 8, and it is not a dvd player.

    Thank you.

    Remove the power supply and remove the battery

    Press and hold the power button for 60 seconds

    Apply the AC voltage ONLY (DO NOT INSTALL THE BATTERY)

    Click on the power button and more quickly, press F9

    Follow the instructions to reset the computer to factory default

  • "Boot Configuration data are missing some required information.

    Hi, my phone displays the message above on my toshiba L50b title.

    File: \BCD

    Error code 0 x 0000034

    I never received a recovery media device when I bought the computer laptop, is anyway for me to repair my laoptop to the internet?

    Thank you!

    Dot

    Hello

    Please follow the fix mentioned here, in accordance with your request, you must first create the system recovery disk:

    http://www.kapilarya.com/fix-the-boot-configuration-data-file-is-missing-some-required-information

    Hope this helps, good luck :)

  • How the PDF file to download, click on the HTML link.

    Dear friends,

    I have a HTML link 'List of blood banks' bottom of page on the login page. I have a PDF file.

    I want to download this PDF file when the user clicks on this link.

    How can I do that.

    Thank you

    If your PDF file stores as a static file in image workspace (WORKSPACE_IMAGES) or app (APP_IMAGES) images and then use code page attributes.

     
    Terms and Conditions Info

Maybe you are looking for

  • Satellite A300-19(r) does not start.

    Hello world. My laptop A300-19(r) won't boot any reader device.When I press the power button it's start at the STATION then display the Toshiba start screen but when salvation is trying to boot from the disk, it's stay blocked and a screen of blackli

  • IPad 4 AT &amp; T and Sprint

    I have an iPad 4 I used on the network AT & T. Question is can I use this on a Sprint network by replacing the SIM card or Sprint is a different technology? I bought the iPad in an Apple store and not from AT & T. thanks.

  • labView send data wireless node for the excel file

    Hi all I used the basic tutorial for the network of wireless sensors OR. http://www.ni.com/tutorial/8890/en/. I finished it with a single node. The next phase of my project is to send the data from the node and the date and time in an excel file ever

  • Convert from 8.6 to 8.2

    Hello Could someone convert the VI developed in Labview 8.6 to another version which could be run in LabView 8.2? Thanks a bunch! Julie

  • ThinkVantage button (s) do not work

    Somehow, I lost the use of the blue "ThinkVantage" button on my R61i... also, if I click on the desktop icon it doesn't... another words, I don't have have the use of the ThinkVantage software/Productivity Center.  Y at - it somewhere that I can find