The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    Hacky way to make Saved Configurations for Dell computers. (Might be useful to some.)

    Discussion in 'Dell' started by edit1754, Mar 19, 2012.

  1. edit1754

    edit1754 Notebook Prophet

    Reputations:
    1,475
    Messages:
    5,145
    Likes Received:
    71
    Trophy Points:
    216
    Through experimentation, I discovered a way to create saved configurations for Dell computers. HP allows users to save their custom configurations for later use by others through public links; Dell does not. This can change that.

    Step 1: Using Google Chrome, Navigate towards the Customize & Buy configuration page for the computer of choice.
    [​IMG]

    Step 2: Right-click on the circular radio-button next to the option you would like to add to the configuration, and click Inspect Element.
    [​IMG]

    Step 3: In the highlighted section of the code that appears at the bottom of the window, take note of the name and value fields within the input tag.
    [​IMG]

    Step 4: Append &{name}={value} to the end of the current Web URL, replacing {name} and {value} with the name and value discovered above, respectively, and non-inclusive of the curly braces.
    [​IMG]

    Step 5: Repeat steps 2-4 for each additional configuration option you wish to add.
    [​IMG]

    Step 6: Load the new URL. The upgrades of choice should be automatically added to the configuration. Use the new URL when recommending a specific configuration, and be sure to include any available coupon codes in your post.
    [​IMG]

    This works because Dell happened to include the underlying code to support passing in configuration option selections as GET arguments, and because the recognized names and values happen to be the same as expressed inside the HTML code.