Query string won't work

I am loading a local swf using MovieClipLoader. Here's the relevant bits of code:
mcloader = new MovieClipLoader();
createEmptyMovieClip(clipName, getNextHighestDepth());
mcloader.loadClip("test.swf", clipName );
This works fine. However, if I try to add a query string as follows:
mcloader.loadClip("test.swf?var1=2", clipName );
Then I get an error like follows:
Error opening URL 'file:////Volumes/Macintosh%20HD/Users/.../test.swf?var1=2'
Why can't I use a query string?

Because you are loading a file, not linking a url.

Similar Messages

  • SharePoint 2013 List View with query string filter stops working after editing view from browser

    I have created one list definition in which I have added one list view which will filter data from query string paramater
    So when I am creating list from my list definition, view with query string filter is working fine.
    But when I am modifying view from UI(I am not changing any thing , just opening "Modify View" page and then click on "Save" button), view gets stop working means it's not filtering data based on query string
    Any suggestion what I am missing?
    Below is my list view schema
    <View BaseViewID="11" Type="HTML" TabularView="FALSE" WebPartZoneID="Main" DisplayName="$Resources:OIPLBScoreCard,viewFilterTasksByTarget;" MobileView="True" MobileDefaultView="False" Url="FilteredTasks.aspx" SetupPath="pages\viewpage.aspx" DefaultView="FALSE" ImageUrl="/_layouts/15/images/issuelst.png?rev=23">
    <Toolbar Type="Standard" />
    <ParameterBindings>
    <ParameterBinding Name="NoAnnouncements" Location="Resource(wss,noXinviewofY_LIST)" />
    <ParameterBinding Name="NoAnnouncementsHowTo" Location="Resource(wss,noXinviewofY_DEFAULT)" />
    <ParameterBinding Name="TargetId" Location="QueryString(TargetId)" />
    </ParameterBindings>
    <JSLink>hierarchytaskslist.js</JSLink>
    <XslLink Default="TRUE">main.xsl</XslLink>
    <JSLink>clienttemplates.js</JSLink>
    <RowLimit Paged="TRUE">100</RowLimit>
    <ViewFields>
    <FieldRef Name="Body"></FieldRef>
    <FieldRef Name="Title"></FieldRef>
    <FieldRef Name="StartDate"></FieldRef>
    <FieldRef Name="DueDate"></FieldRef>
    </ViewFields>
    <ViewData>
    <FieldRef Name="PercentComplete" Type="StrikeThroughPercentComplete"></FieldRef>
    <FieldRef Name="DueDate" Type="TimelineDueDate"></FieldRef>
    </ViewData>
    <Query>
    <Where>
    <Eq>
    <FieldRef Name="oipscTargetLookup" LookupId="TRUE"/>
    <Value Type="Lookup">{TargetId}</Value>
    </Eq>
    </Where>
    </Query>
    </View>
    I have one lookup field from "Target List" in my source list and I want to filter data based on that lookup field.

    Hi JayJT,
    The Miscellaneous is located in the contact list that you used for the connection.
    So , you need to edit the page, then edit the contact list that you used, in the web part properties of the contact list, you will find Miscellaneous, then expand it and select ‘Server Render’ .
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • Dynamic Interface in Query String does not work?

    Hi All,
    i have exposed a interface as a webservice with the help of the Define Web Service in Configuration Builder.
    In the SOAP Sender Communication Channel i have checked the options Use Encoded Headers and Use Query String
    The url of the webservice looks like this:
    http://server:50000/XISOAPAdapter/MessageServlet?channel=:BS:CC_SOAP_SENDER&version=3.0&Sender.Service=BS&Interface=http%3A%2F%2Fnamespace.com%2Fabc%2HER%2FGlobal%5EMIOS_GetDetails
    This works which is great, i can now retrieve supplier details with this webservice. Now i want to expose another interface as a webservice. That URL looks like this:
    http://server:50000/XISOAPAdapter/MessageServlet?channel=:BS:CC_SOAP_SENDER&version=3.0&Sender.Service=BS&Interface=http%3A%2F%2Fnamespace.com%2Fabc%2HER%2FGlobal%5EMIOS_EventBooking
    As you can see i have a different interface in the URL's of the Webservices. I want to have both make use of the same Communication Channel which is possible according to [SAP Note 856597|https://websmp130.sap-ag.de/sap(bD1ubCZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=856597] See Q: Can I set the interface name dynamically from the client? also in this document : [How to Use the XI 3.0 Soap Adapter|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/d23cbe11-0d01-0010-5287-873a22024f79]
    The problem is that when i try to call the second web service (EventBooking) that is routes to the mapping of the GetDetails interface, i can see this in SXMB_MONI. Therefore it gives an Error.
    When i try both scenarios in Configuration Builder they both work fine, only the webservice call of EventBooking ends up in the Message Mapping of GetDetail.... Why? And how to solve this?
    Anyone have experience with the feature mentioned in the SAP note?

    After some further examination it seems that both calls are picked up by the same interface. In the RWB both the messages are picked up by the MIOS_GetDetails...
    How can i fix this?

  • Encoding Arabic Values in Query String

    Hello,
    I am a new oracle developer, and I am requested to aid a .net team in integrating our 10g application with a .net application. The problem is that the .Net team has required that the Arabic values should be encoded so that their code can decode it and read the Arabic values. For a reason I think Arabic and .net application in query strings does not work it returns "????" how can I encode the Arabic word and make sure they can be able to decode it?
    Thank you so mych in advance it is really appreciated.
    Best Regards,

    Gor_Mahia wrote:
    onedbguru
    I'll revisit and marks acordingly i.e helpful but the other solution worked for me...thank you.It may have worked for you, but TABLE(XMLSEQUENCE is deprecated functionality so should be avoided.
    That's what happens when you take a 'correct' answer on face value rather than actually reading up on it and understanding if it really is a correct answer.
    The issue you have described is the "Varying IN list" issue which is commonly asked here, and Tom Kyte's blog on it is a suitable reference for dealing with it.
    Other methods are described in the FAQ: {message:id=9360009}
    You would be better to re-visit the solutions and pick one that is better, that doesn't use deprecated functionality.

  • Using query strings works on every browser except IE7

    I made this file to pass the variables through the url and
    then use aps or java to append the variables either to the
    flashvars in ex: <param name="flashvars"
    value="'+document.location.search+'" or to the filename in ex:
    <embed src="swf/cpk_prod_kids.swf'+document.location.search+'"
    width="544" height="397" Both methods work on all browsers EXCEPT
    IE7 ???? below is all the Actionscript in the file: in advance
    thanks for any and all help!!!!
    // variables to hold common info....
    aspPage = "cpk_prod_kids.aspx?";
    sectionNSub ="&section=products&subs=mtcs";
    //watch the commercial link...
    wtcLink = "
    http://www.playalongtoys.com";
    // Product array
    //change values to store each file name / location. Add to
    the array as needed.
    prod_a = new Array;
    prod_a[0] = "productSWF/1.swf";// number of products in
    array. This feature is currently unused....
    prod_a[1] = "productSWF/1.swf";
    prod_a[2] = "productSWF/2.swf";
    prod_a[3] = "productSWF/3.swf";
    prod_a[4] = "productSWF/4.swf";
    prod_a[5] = "productSWF/5.swf";
    prod_a[6] = "productSWF/1.swf";
    prod_a[7] = "productSWF/2.swf";
    prod_a[8] = "productSWF/3.swf";
    prod_a[9] = "productSWF/4.swf";
    prod_a[10] = "productSWF/5.swf";
    prod_a[11] = "productSWF/1.swf";
    prod_a[12] = "productSWF/2.swf";
    //sets the dynamic text
    dt = new Array;
    dt[0] = 1;
    dt[1] = "this is text1";
    dt[2] = "this is text 2";
    dt[3] = "Lorem ipsum dolor sit amet, ";
    defaultText = "this is the standard text, either the correct
    text has not loaded or will load in a moment";
    // button functions
    button_mc.button1_but.onPress = function()
    getURL(aspPage+"p=1","_self");
    button_mc.button2_but.onPress = function()
    getURL(aspPage+"p=2","_self");
    button_mc.button3_but.onPress = function()
    getURL(aspPage+"p=3","_self");
    button_mc.button4_but.onPress = function()
    getURL(aspPage+"p=4","_self");
    button_mc.button5_but.onPress = function()
    getURL(aspPage+"p=5","_self");
    button_mc.button6_but.onPress = function()
    getURL(aspPage+"p=6","_self");
    button_mc.button7_but.onPress = function()
    getURL(aspPage+"p=7","_self");
    button_mc.button8_but.onPress = function()
    getURL(aspPage+"p=8","_self");
    // DO NOT EDIT BELOW THIS LINE THERE IS NO REASON YOU SHOULD
    HAVE TO !!!!!! *
    onLoad = function()
    productState();
    description();
    moveScroller();
    onEnterFrame = function()
    moveScroller();
    function productState()
    p = parseInt(p, 10); // parses the string "1" to a integer
    001 ( 10 = base 10)
    if( p >0) // if p = 0 then it defaults to the else
    statement below
    loader_mc.loadMovie(prod_a[p]); // places the parsed value
    of "p" in the selection for the array
    else
    loader_mc.loadMovie(prod_a[1]); // default product to load.
    // calculates the necessarry movement of the scroller when
    the page refreshes...
    numItems = .25;
    movement= p*numItems;
    pDivided = p/4;
    neededMove = parseInt(pDivided, 10);
    if (movement> neededMove)
    A= parseInt(movement, 10);
    //A= A-1;
    leftMove(281* A);
    else if (movement = neededMove)
    A= parseInt(movement, 10);
    A= A-1;
    leftMove(281* A);
    delete p; // deletes the var, if it is left in 2 p variables
    will be passed and the application won't work.
    // end Load logic
    function moveScroller()
    // generates temp vars to hold basic information and makes
    it easier to change later if necessary.
    tempA = button_mc._width;
    tempB = button_mc._x; // distance traveled where it started
    - how far it moved
    tempC = 168.5;
    tempD = tempB - 446.5; // distance traveled where it started
    - how far it moved - initial position and its length.
    tempE = tempC - tempA; // where it started - total length
    // Below actuates the buttons on the Left side of the
    screen.
    if(button_mc._x > 160)
    aRight_but._visible=false;
    aRight_mc._visible=false;
    aRight_mc._alpha=0;
    else
    aRight_but._visible=true;
    aRight_mc._visible=true;
    aRight_mc._alpha=100;
    // below statements make the button on the right actuate
    if(tempE < tempD)
    aLeft_but._visible=true;
    aLeft_mc._visible=true;
    aLeft_mc._alpha=100;
    else
    aLeft_but._visible=false;
    aLeft_mc._visible=false;
    aLeft_mc._alpha=0;
    wtcDisplay();
    // script to move the scroll left or right
    aLeft_but.onPress = function ()
    leftMove(281);
    aRight_but.onPress = function ()
    if(button_mc._x < 169)
    if( button_mc._width >= (button_mc._width-281))
    rightMove(281);
    function leftMove(distance)
    button_mc._x = (button_mc._x - distance);
    function rightMove(distance)
    button_mc._x = (button_mc._x + distance);
    // watch the commercials button
    wtc_mc.wtc_but.onPress = function()
    getURL(wtcLink,"_blank");
    function description()
    d = parseInt(d, 10);
    if(d>0)
    dynamicText = dt[d];
    else
    dynamicText = defaultText;
    function wtcDisplay()
    if(wtc == "yes")
    _root.wtc_mc._visible = true;
    _root.wtc_mc._alpha = 100;
    else
    _root.wtc_mc._visible = false;
    _root.wtc_mc._alpha = 0;
    // obligitory stop command.
    stop();

    Thanks for the advice, I have tried Javascript to resolve the
    problem. In response to the <object> tag missing, There is
    one I just included a snippet of the html code sorry for the
    confusion. Due to deadlines I abandoned the functionality of the
    script and "dumbed" down the script. Thank you again for the help

  • Export to Excel is not working for List View Web Part after filtering using Query String parameters in SharePoint 2010

    Hi, 
    I am filtering SharePoint list view web part based on Query string parameter and I am doing Export to Excel by using following code.
    <a href="#" onclick="javascript:window.location='../_vti_bin/owssvr.dll?CS=109&Using=_layouts/query.iqy&List=0DC67399-BE11-48F3-ADFC-E911FB8B5845&View=54671412-3EFE-4281-835A-9EF747AE774E&CacheControl=1'"><img
    alt="Excel" src="/_layouts/images/icxlsx.gif" border="0"/>&nbsp;Export to Excel</a>
    Issue: Able to do Export to Excel when there are no filters applied on list view web part but if applied filters on web part and do export to excel , only header fields are displaying in the excel sheet.
    I don't know why owssvr.dll is behaving like that .
    Please share your ideas.
    Thanks in Advance.

    Hi,
    According to your post, my understanding is that you wanted to create hyperlink to export to excel.
    The URL to execute the export is as follows:
    {Site URL}/_vti_bin/owssvr.dll?CS=109&Using=_layouts/query.iqy&List={List GUID}&View={View GUID}&CacheControl=1
    After getting the GUID, you  need to “decode” the list GUID.
    Replace %7B with {
    Replace %2D with –
    Replace %7D with }
    More information:
    Create Link to Export Library Contents to Excel
    SharePoint - Create a link to export to Excel
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • Publishing server doesn't work - error 'The request URL doesn't contain the query string for the client OS'

    Hi,
    I'm trying to setup an App-V environment in my lab.
    I've used the App-V 5.0 Trial guide to help me configure all necessary components.
    I'm able to install everything without error.
    when come time to publish an app, it simply doesn't show up on my client.
    after looking at events on the client and server, I found that the Publishing server is returning under Admin the following message.
    'The request URL doesn't contain the query string for the client OS'
    My setup is pretty simple.
    App-V Server managament and Publishing on the same box
    App-V database on my SQL server.
    I'm able to see the publishing "webpage" by using http:://localhost:889.
    It only display this :
    -<Publishing Protocol="1.0"
    <Packages />
    </Publishing>
    I've published one app from the management console.
    any idea what could mean this error?
    thanks

    Hi,
    thanks for the link.
    I've validated the suggested debug steps. It seems that the problem is with my Publish server again.
    I've looked in the web.config file. It seems to be missing some parts compare to the example provided.
    Again, I've published an application from the management console. Management and Publishing are running on the same box, while SQL is remote.
    Here's the web.config
    <?xml version="1.0" ?>
    - <configuration>
    - <system.web>
    <compilation debug="false" targetFramework="4.0" />
    <machineKey validationKey="AutoGenerate,IsolateApps" decryptionKey="AutoGenerate,IsolateApps" />
    - <authentication>
    - <!-- We don't support form authentication, but this will supress x-ray security warning
    -->
    <forms requireSSL="true" />
    </authentication>
    </system.web>
    - <system.webServer>
    - <modules runAllManagedModulesForAllRequests="true">
    <add name="UrlRoutingModule" type="System.Web.Routing.UrlRoutingModule, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
    </modules>
    - <security>
    - <requestFiltering>
    - <verbs>
    <remove verb="GET" />
    <add verb="GET" allowed="true" />
    </verbs>
    </requestFiltering>
    </security>
    </system.webServer>
    - <system.serviceModel>
    <serviceHostingEnvironment aspNetCompatibilityEnabled="true" multipleSiteBindingsEnabled="true" />
    + <behaviors>
    - <serviceBehaviors>
    - <behavior name="">
    <serviceAuthorization impersonateCallerForAllOperations="true" />
    <serviceMetadata httpGetEnabled="false" httpsGetEnabled="false" />
    </behavior>
    </serviceBehaviors>
    </behaviors>
    - <bindings>
    - <webHttpBinding>
    - <binding name="SecureBinding">
    - <security mode="Transport">
    <transport clientCredentialType="Windows" />
    </security>
    </binding>
    <binding name="UnsecureBinding" />
    </webHttpBinding>
    </bindings>
    - <protocolMapping>
    <add scheme="http" binding="webHttpBinding" bindingConfiguration="UnsecureBinding" />
    <add scheme="https" binding="webHttpBinding" bindingConfiguration="SecureBinding" />
    </protocolMapping>
    - <standardEndpoints>
    - <webHttpEndpoint>
    - <!--
    Configure the WCF REST service base address via the global.asax.cs file and the default endpoint
    via the attributes on the <standardEndpoint> element below
    -->
    <standardEndpoint name="" helpEnabled="true" automaticFormatSelectionEnabled="true" />
    </webHttpEndpoint>
    </standardEndpoints>
    </system.serviceModel>
    </configuration>

  • Using query strings to pass variables...

    I'm trying to use the query string method to pass some
    variables into a SWF, but I can't seem to get it to work. All of
    the documentation I've seen references the object/embed method for
    displaying the SWF, but I'm using Dreamweaver's
    AC_RunActiveContent.js method to display the SWF. Would this cause
    a problem for the query string?
    Here's what I'm trying in the HTML that houses it:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN" "
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="
    http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html;
    charset=iso-8859-1" />
    <title>Untitled Document</title>
    <link href="../bk.css" rel="stylesheet" type="text/css"
    />
    <script src="../Scripts/AC_RunActiveContent.js"
    type="text/javascript"></script>
    </head>
    <body>
    <script type="text/javascript">
    AC_FL_RunContent( 'codebase','
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0','wid th','301','height','240','src','videoplayer','quality','high','pluginspage','http://www.ma cromedia.com/go/getflashplayer','movie','videoplayer'
    ); //end AC code
    </script><noscript><object
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0"
    width="301" height="240">
    <param
    name="movie" value="videoplayer.swf?vid=dbc2006" />
    <param name="quality" value="high" />
    <embed
    src="videoplayer.swf?vid=dbc2006" quality="high"
    pluginspage="
    http://www.macromedia.com/go/getflashplayer"
    type="application/x-shockwave-flash" width="301"
    height="240"></embed>
    </object></noscript>
    </body>
    </html>

    I've been doing a little research... not being a programmer,
    I'm a little out to lunch on this stuff. I now realize that what I
    put in the HTML page is meaningless, unless the viewer's browser
    won't use JavaScript.
    I now know that I need to define my variables in the HTML
    page, and have the .js file recongnize and use them.
    That's where my lack of knowledge really gets in the way. :)
    Does anyone have any thoughts on how to modify the .js file to put
    my "?vid=dbc2006" into the string?
    Thanks!

  • Junk Query String to Avoid Caching

    Hi,
    I'm trying to create a "junk" query string to avoid page
    caching. I'm also trying to attach the query string on each refresh
    of the page, since the page contains a Flash object that needs to
    be refreshed each time (it's reading XML that changes regularly).
    The technique I'm using in the attached code seems to work on every
    browser besides Mac Firefox. On Mac Firefox, every
    second refresh generates a unique query string, but every
    other refresh uses the query string first generated during
    that session when the page is requested without a query string. Is
    there anything I should change to enforce randomness on Firefox?
    You can see
    Thanks!

    I know it seems that way, but the issue is that this code is
    for a Flash site. I don't think most browsers will redownload the
    Flash movie, even on a refresh, unless the URL is unique. Unless
    the cookie is set and the code checks for it, the browser will
    request the same url on a refresh, so updates to the Flash movie
    might not be reflected.
    Also, I'm not sure if the last line is redundant. In order to
    work correctly, the value of the cookie needs to be reset on each
    refresh, and the first cfelseif clause won't accomplish that (it'll
    only assign the value if no cookie already exists, and is really
    only a failsafe in case the page is refreshed before a cookie is
    set).
    Also, if I just use:
    <cflocation url="index.cfm?noCache=#Rand('SHA1PRNG')#">
    at the top, won't that just create an infinite loop of
    redirects?
    I might be missing something here though, please let me know
    if I am.
    Thanks for all the help so far!

  • Why does Firefox remove the URL from the query string?

    Hello there,
    I've writing a servlet to read data from a file stored on a server. I'm using an HTTP <INPUT TYPE=file > element to locate the file to be read. When I run the servlet using IE as the browser it works fine. When I try running it using Firefox, the path to the file is not included in the query string. The full URL to the file shows up in the file input text field but then mysteriously disappears from the query string. Without the path, the servlet can't locate the file and the servlet fails. How do I get Firefox to include the path in the query string or is there some other workaround for this problem. I want my servlet to work on all types of browsers.
    thanks,
    grant

    Well you may also ask it the other way. Why does Microsoft send the full path file with the input type="file" component?
    The purpose of this control is to upload a file from the client to the server. That file is sent with the request.
    It does not allow you to browse server files at all. Most probably you are working on your developer machine where the client IS the server, so it works right now.
    It won't once they're seperate.
    <input type="file"> is the wrong tool to use to browser the server. You need to write your own html pages to do that.
    Cheers,
    evnafets

  • Query string filter webpart ampersand issue

    Hi
    I need to send the query string to infopath form, so for this i am using Query String Filter webpart. It works great but when there is ampersand (&) in the querystring, it does not read after ampersand value.
    Ex - I am having the URL
    http://sharepointsitecollectionURL/Pages/Default.aspx?Parameterval=One
    & two
    So in above it reads parameter value is "one" and ignore "two"
    I know that if i replace the ampersand in querystring with %26, it will read "one & two". But some other system is hitting this URL and i cannot modify the URL in that system.
    Please let me know if anyone knows the solution 
    Thanks

    I think & won't work in the query string filter webpart.
    Please check this
    http://mysharepointwork.blogspot.in/2011/05/query-stringurl-filter-web-part-with.html
    http://stackoverflow.com/questions/2681997/moss-filter-webpart-not-working-with-symbol-in-the-query-string
    http://bighow.net/3800725-MOSS_Filter_webpart_not_working_with__amp__symbol_in_the_query_string.html

  • Using RSA to encrypt query string data

    If I want to use RSA to encrypt query string data, what is the industry standards for such a thing? I understand how the RSA works. Based upon that alone, I would just need to get the public key. However, I understand that it is safer to use a PKI to obtain that public key?
    Can someone tell me what is "best practice" for such a thing?

    If the third-party-site supports https:, you do NOT have to encrypt anything yourself. That's what https is for - the communication between the user-agent and the server is encrypted as part of the protocol, and all the complicated parts of insuring a secure channel are handled for you.
    If the secure site does not support htpps, then you can't use it. Which begs the question of why you are trying to do secure communication via HTTP POST with an insecure site.
    To clarify, so we're sure we're talking about the same scenario - there's your server (A), which generates pages for a user-agent (B), which pages point to a third-party site (C). Are you trying to protect your data from eavesdroppers? Or are you trying to hide it from B?
    In the first case, you have two options.
    1) If both A and C supports https, then all you need to do is build pages with https: URLs pointing at C, and you're done. B hits A using https: URLs, it gets pages back that point to C using https URLs, lots of crypto-magic happens under the covers without you haveing to worry about it, and your data is protected.
    2) If A and/or C do NOT support https, then you have to figure out how to encrypt communications between A and C. This is a private channel - we won't be able to help you much, because we don't know what C is expecting. Whatever C's protocol is, and whatever its key is, is what you'll need to implement in A, in order to talk to C.
    (If you're actually trying to hide data from B, while sticking it into a page that B has to render - ew. Just...ew. It's wrong on enough levels that I don't think I can adequately describe them all.)
    You asked about best-practices - 1) is it. 2) is not. Don't do that. No offense, but specially given your level of understanding of How Crypto Works, whatever you come up with is really really REALLY likely to be horribly flawed in a way that you won't see.
    Crypto is both easier and harder than you think it is. Your best bet is to use the standards that the community has hammered out - your data is much, much safer that way.
    Grant

  • Php & query string variables in a url

    I've been scratching my head for a couple days now. What I'm
    trying to do seems soooooo easy but it doesn't work. Maybe someone
    can spot my problem in the code.
    What I'm doing is breaking a single blob mysql field into
    multiple "pages" by inserting a code snippet into the field. That
    part works fine. The url for the page in question with a sample
    article is
    http://208.106.143.80/articles/articles.php?idq=141&cat=4&pg=1
    The url contains the article id, article category and page
    number. At the bottom of the page is the pagination that reloads
    the page with another "page" of the article. The code for that is:
    $totalpages = $total;
    if ($totalpages > 1) {
    echo "<p
    style='text-align:right;'><strong>Page:</strong> ";
    if ($i > 1) {
    echo " <a
    href='".$_SERVER['PHP_SELF']."?pg=".($i-1)."'><<
    Prev</a> ";
    for ($x = 1; $x <= $totalpages; $x++) {
    if ($x == $i) {
    echo "<strong>[".$x."]</strong> ";
    else {
    echo "<strong><a
    href='".$_SERVER['PHP_SELF']."?pg=".$x."'>".$x."</a></strong>
    if ($i < $total) {
    echo " <a
    href='".$_SERVER['PHP_SELF']."?pg=".$k."'>Next
    >></a></p>";
    Basically all I'm doing is throwing the new querystring pg=$x
    to the end of the current page url and reloading the current page.
    And that is the problem. Even though the page links look right in
    the browser, it just keeps loading the same "page" over and over
    again. I can go into the url in the browser and manually change
    from page 1 to page 2, etc. and that works as it should.
    Ideas from anyone smarter than I?
    What am I missing here.

    .oO(aerobicdesign)
    >Hi Peter. No, that I can add if need be. But if you go to
    the link I provided
    >to you below, then go down to the bottom of the page and
    click on any of the
    >page numbers, eventhough the link appears to be correct
    (as in the pg=x
    >changes), the page, when it reloads, is still the same
    page.
    The response from the server is somewhat broken. In some
    browsers this
    might lead to a reload of the current page, in others like
    Opera and
    Lynx you'll get a "Object Moved" response instead, containing
    a link to
    the same page.
    This is your posted link:
    http://208.106.143.80/articles/articles.php?idq=141&cat=4&pg=1
    These are the links at the bottom of that article:
    http://208.106.143.80/articles/articles.php?pg=2
    http://208.106.143.80/articles/articles.php?pg=3
    But of course this won't work.
    > It is like something is just eating up the querystring
    I'm sending to that
    >page.
    No, you're just not creating a complete query string. The
    article and
    category IDs are missing, so the script doesn't know what to
    display.
    Micha

  • QSUF (Query string url filter) and SQL Server reporting services report viewer parameters

    Hi,
    this is my issue:
    I have a SQL Server reporting services web part on a page with a report with 1 parameter, lets say it's a client list
    Then i have a QSUF that will be used to filter the clients list through the URL
    However, once i connect the filter and the report viewer web part, the parameter goes away and is no longer accessible
    I'd like to somehow keep the parameter visible, in case there is no parameter sent through the URL, i would like the user to be able to choose a client from the parameter drop down list
    I saw that there is a "send empty if no values are passed" option, but i can't seem to get this working properly and i don't know if this option will make the parameter visible again
    Any help would be appreciated
    Thanks.

    Hi,
    According to your post, my understanding is that the query string url filter web part not worked well with SQL server reproting services web part.
    Did you use the Wiki page layout in your environment?
    You can change the page to a web part page, then check whether it work.
    There is a similar thread for your reference.
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/4d7584e3-8e1a-48bf-9346-32f8cb480dd1/query-string-url-filter-web-part?forum=sharepointgeneralprevious
    Thanks & Regards,
    Jason
    Jason Guo
    TechNet Community Support

  • How do I add a record's primary key to a query string and add that to an .xml catalog?

    Hello everyone,
    I am using Dreamweaver CS3 on a MacBook Pro Leopard 10.5.6 and MAMP 1.7. I am also teaching myself how to work with PHP and MySQL, using David Powers book The Essential Guide to Dreamweaver CS3.
    I am trying to create a wedding photography web site, with a personal page after login, which will display the photographs of the customers wedding.
    The same page will also be a catalog/shopping cart, so the customer can choose which photo's they want, and pay for them. (I am aware that there are instructions in The Essential Guide in chapter 15 page 515, on how to redirect to a personal page, but it doesn't fully cover what I am asking).
    I have already created the login success page, which greets users by name, as per the instructions in The Essential Guide. I have also created a catalog page. However my catalog page is not calling information from the database, instead it is taking information from an XML page using PHP.
    I would like to insert a list menu on the login success page, which lists the customers name, and when they select their name they will then select a link that will take them to a personal page with just their wedding photographs.
    I am unsure of how to pass the customer_id, in what will be the username list menu, to the page which will contain the customers set of wedding images.
    Is it the same process used in chapter 14 where you add a record's primary key to a query string?
    I am asking because when I set up a recordset from the MySQL database it lists the images as witten names not actual images, I have tried calling the images with PHP code but it just doesn't work.
    The catalog page I have set up at the moment is not calling the images from the database, but directly from the image folder.
    Is what I am trying to do possible?
    If so how do I pass the customer_id and username to a recordset and link that recordset to the xml catalog so the customers personal wedding images are displayed on the catalog page for the shopping cart?  I need step by step instructions, or maybe a link to a good tutorial.
    Can somebody help me please?
    Thankyou.

    QuickTime 7 can set the poster frame, but I've not had much success with it. This is what QuickTime 7 Help says about this topic:
    +A "poster frame" is a still image of a movie that represents the movie in places like the Finder. The default poster frame is the first frame in the movie. You can change the poster frame.+
    +To change a movie's poster frame:+
    +In QuickTime Player 7, drag the playhead (or use the arrow keys to move the playhead) to the desired frame.+
    +Choose View > Set Poster Frame.+
    +To view a movie's poster frame, choose View > "Go to Poster Frame."+
    If you don't have QuickTime 7 (version 7.6.6) it can be installed from your Snow Leopard disc using a custom install. Otherwise download it from this Apple site: http://support.apple.com/kb/DL923
    John

Maybe you are looking for