Jump to content
Ketarin forum

Problem with variables - URL loading inconsistent


appyface
 Share

Recommended Posts

Hi Flo,

 

I just put up Ketarin 0.9.9.20 but this existed in the last version I used (0.9.9.19) and maybe earlier than that.

 

I want to scrape two variables from the same webpage.

 

The first variable I called URL and I put this in for webpage and clicked "load" button:

http://www.microsoft.com/hardware/download/DownloadResult.aspx?category=MK&type=Mouse&name=w_lmouse5000&os=XP_32〈=en

 

This is displayed as the entire contents:

 

<HTML><HEAD><META HTTP-EQUIV="Refresh" CONTENT="0.1">

<META HTTP-EQUIV="Pragma" CONTENT="no cache">

<META HTTP-EQUIV="Expires" CONTENT="-1">

</HEAD></HTML>

 

 

I defined a second variable I called filename and I put the same webpage in and clicked "load" button. The Ketarin window shows the actual contents of the webpage and not just the four lines above.

 

Below is the xml export for the entry. Any idea why the webpage doesn't load the same for the two variables?

 

Is it becase I called my variable URL ? If that is the case it would be nice to have a variable rename command. And/or a copy variable command -- instead of having to add a new variable and construct it by hand, then deleting the old one... (Hint hint for new features :) )

 

Thanks and regards,

--appyface

 

<?xml version="1.0" encoding="utf-16"?>

<Jobs>

<ApplicationJob xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" Guid="a09ffb2d-de29-4c76-a13c-5c0d0fbfdcae">

<DownloadBeta>Default</DownloadBeta>

<DownloadDate xsi:nil="true" />

<CanBeShared>true</CanBeShared>

<ShareApplication>false</ShareApplication>

<HttpReferer>http://www.microsoft.com/hardware/download/DownloadResult.aspx?category=MK&type=Mouse&name=w_lmouse5000&os=XP_32〈=en</HttpReferer>

<Variables>

<item>

<key>

<string>URL</string>

</key>

<value>

<UrlVariable>

<VariableType>RegularExpression</VariableType>

<Regex>(http://download\.microsoft\.com.*?IP32.*?\.exe)</Regex>

<Url>http://www.microsoft.com/hardware/download/DownloadResult.aspx?category=MK&type=Mouse&name=w_lmouse5000&os=XP_32〈=en</Url>

<Name>URL</Name>

</UrlVariable>

</value>

</item>

<item>

<key>

<string>filename</string>

</key>

<value>

<UrlVariable>

<VariableType>RegularExpression</VariableType>

<Regex>http://download\.microsoft\.com.*?(IP32.*?\.exe)</Regex>

<Url>http://www.microsoft.com/hardware/download/DownloadResult.aspx?category=MK&type=Mouse&name=w_lmouse5000&os=XP_32〈=en</Url>

<Name>filename</Name>

</UrlVariable>

</value>

</item>

</Variables>

<ExecuteCommand />

<Category>009000</Category>

<SourceType>FixedUrl</SourceType>

<PreviousLocation>D:\Stuff\filestore\Microsoft_general\intellipoint_IP32Eng6.30.191.0.exe</PreviousLocation>

<DeletePreviousFile>false</DeletePreviousFile>

<Enabled>false</Enabled>

<FileHippoId />

<LastUpdated>2008-12-09T04:19:06.7045</LastUpdated>

<TargetPath>D:\Stuff\filestore\Microsoft_general\intellipoint_{url:basefile}.{url:ext}</TargetPath>

<FixedDownloadUrl>{URL}</FixedDownloadUrl>

<Name>Microsoft Intellipoint Mouse Software</Name>

</ApplicationJob>

</Jobs>

Link to comment
Share on other sites

Now that is interesting. Here's the content I get when I click on "filename" variable, in the variable window. I even closed Ketarin down and reopened it, and I still get the webpage contents. ????

 

 

<HTML>

<head>

 

<div style="display: none;">

</div><link rel="stylesheet" type="text/css" href="/hardware/css/style.css" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><title xmlns:msxsl="urn:schemas-microsoft-com:xslt">Microsoft Mouse and Keyboard Hardware - Download Software</title><link type='text/css' rel='Stylesheet' href='/library/mnp/2/aspx/css.aspx?locale=en-us&name=Menu&static=Page' />

<script type='text/javascript' language='Javascript' src='/hardware/mnp_utility.mspx/menujs?mnpshell=%2fhardware%2fConfiguration.xml&clicktrax=False'></script>

<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7"><link rel='stylesheet' type='text/css' href='/library/toolbar/3.0/css.aspx?c=/hardware/Configuration.xml'/><script language='JavaScript'>var doImage=doImage;var TType=TType;

function mhHover(tbl,idx,cls){var t,d;if(document.getElementById)t=document.getElementById(tbl);else t=document.all(tbl);if(t==null)return;if(t.getElementsByTagName)d=t.getElementsByTagName("TD");else d=t.all.tags("TD");if(d==null)return;if(d.length<=idx)return;d[idx].className=cls;}

function footerjs(doc){if(doImage==null){var tt=TType==null?"PV":TType;doc.write('<layer visibility="hide"><div style="display:none"><img src="http://c.microsoft.com/trans_pixel.asp?source=www&TYPE=' + tt + '&p=hardware_download&URI=%2fhardware%2fdownload%2fDownloadResult.aspx%3fcategory%3dMK%26type%3dMouse%26name%3dw_lmouse5000%26os%3dXP_32%26lang%3den&GUID=1F4FC18C-F71E-47FB-8FC9-612F8EE59C61&lc=en-US" width=0 height=0 hspace=0 vspace=0 border=0 alt=""/></div></layer>');}}

var rsltextbox = 'msviLSBtbox'; var wtflag = false;

function stripSymbols () { var objrslttextbox = getObjectById(rsltextbox); if (objrslttextbox) { var form = objrslttextbox.form; var s = objrslttextbox.value; filteredValues = "<>"; var i; var returnString = ""; for (i = 0; i < s.length; i++) { var c = s.charAt(i); if (filteredValues.indexOf© == -1) { returnString += c; } else { returnString += " "; } } objrslttextbox.value = returnString; } if(!wtflag) { trackLSB("Site"); } }

function addSubmitEvent() { var objrslttextbox = getObjectById(rsltextbox); if (objrslttextbox) { var form = objrslttextbox.form; if (window.attachEvent) { form.attachEvent("onsubmit",stripSymbols); } else { form.addEventListener("submit",stripSymbols,false); } } }

function getObjectById(elid) { if (document.getElementById) { return document.getElementById(elid); } else if (document.all) { return document.all[elid]; } else if (document.layers) { return document.layers[elid]; } }

if (window.attachEvent) { window.attachEvent("onload",addSubmitEvent); } else { window.addEventListener("load",addSubmitEvent,false); }

function trackLSB(type) { if (typeof dcsMultiTrack == "function") { var qu = document.getElementById("msviLSBtbox").value; var dcsuri = "results.aspx"; var dcssip, ti; if (type == "Site") { dcssip = "search.microsoft.com"; ti = "SearchButton: OnSite"; } else if (type == "Web") { dcssip = "search.live.com"; ti = "SearchButton: Web"; } dcsMultiTrack("DCS.dcsuri", dcsuri, "DCS.dcssip", dcssip, "WT.ti", ti, "WT.dl", "2", "WT.z_srch_t", qu, "DCS.dcsqry", "", "WT.ad", "", "WT.mc_id", ""); wtflag = true; DCS.dcsuri=DCS.dcssip=DCS.dcsqry=WT.ti=WT.z_srch_t="";} }</script><meta name="WT.sp" content="_hardware_" /><script language='JavaScript' src='http://js.microsoft.com/library/svy/broker.js'></script>

</head>

<body MS_POSITIONING="GridLayout">

 

<!--NOINDEX_START--><script language="Javascript">

if (self.name == "MNPMainFrame") top.location.href = self.location.href;

</script><div id="msviMasthead"><table cellpadding="0" cellspacing="0" width="100%" border="0"><tr><td width="100%"><table cellpadding="0" cellspacing="0" width="100%" height="22" border="0"><tr><td id="msviMarketing" bgcolor="#CC0000" nowrap=""><a href="http://go.microsoft.com/fwlink/?LinkID=92799">Click Here to Install Silverlight</a></td><td width="100%" bgcolor="#CC0000"><img src="/library/toolbar/3.0/gradient.aspx?a=CC0000&b=CC0000&w=250&h=22&d=ltr&c=u6248p6Bnf3AVpkVo2x9wBWoeZc%3d" width="250" height="22" alt="*" title=""></td></tr></table></td><td id="msviGlobalToolbar" bgcolor="#CC0000" height="22" nowrap="" dir="ltr" align="left"><table cellpadding="0" cellspacing="0" border="0"><tr><td id="msviRegionId" nowrap>United States</td><td id="msviRegionSelector" nowrap><a href="http://www.microsoft.com/worldwide">Change</a></td><td class="gtsep">|</td><td id="msviSiteMap" nowrap><a href="http://www.microsoft.com/library/toolbar/3.0/sitemap/en-us.mspx">All Microsoft Sites</a></td><td class="msviPPSpace"></td></tr></table></td></tr></table><table cellpadding="0" cellspacing="0" width="100%" border="0"><tr valign="top"><td><table cellpadding="0" cellspacing="0" width="100%" height="42" border="0" style="height:expression(parentElement.parentElement.parentElement.parentElement.offsetHeight)"><tr valign="top"><td id="msviBrandBanner" bgcolor="CC0000"><a href="http://www.microsoft.com/hardware"><img src="/library/toolbar/3.0/images/banners/hardware_masthead_ltr.gif" width="136" height="42" alt="Microsoft Hardware" title="" border="0"></a></td></tr></table></td><td id="msviGlobalSearch" width="100%" bgcolor="#FFFFFF"><div class="msviLSBsform"><form id="msviLSBForm" action="/library/toolbar/3.0/search.aspx" target="_top"><input type="hidden" name="View" value="en-us"><input type="hidden" name="charset" value="iso-8859-1"><input id="msviLSBtbox" type="text" name="qu" value=""><input id="msviLSBssearch" title="Search Microsoft" type="image" name="site" src="/library/toolbar/3.0/images/LSB/glyph_search.gif" align="absmiddle" onclick="trackLSB('Site')"><input id="msviLSBWeb" title="Search the internet" name="sweb" type="submit" value="" onclick="trackLSB('Web')"><span id="msviLSBlogo" class="msviLSBlogo"></span></form></div></td></tr></table><table id="msviSubbanner" bgcolor="#990000" width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td><img src="/library/toolbar/3.0/subbanner.aspx?text=TWljcm9zb2Z0IEhhcmR3YXJl&fore=FFFFFF&b=990000&s=CC0000&r=False&font=Segoe%2c+13pt&v=0&c=UTOwo45vG9QDq5J1l%2b8tL9tTjZ4%3d" width="467" height="26" alt="Microsoft Hardware" title="" border="0" /></td><td width="100%"> </td></tr></table></div>

<table cellpadding="0" cellspacing="0" border="0" width="100%" dir="LTR">

<tr valign="top">

<td height="100%" style="overflow-x: hidden" width="181">

<div id="mnpMenuTop" class="mnpMenuTop" style="overflow-x: hidden; width: 181px" url="/hardware/download/DownloadResult.aspx" dir="LTR"><div class="mnpInherit"><div class="mnpMenuRow" style="border-color: #F1F1F1; background: #F1F1F1; width: 153px; overflow-x: hidden"><img width="4" height="7" border="0" alt="*" title="" class="mnpMenuArrow" src="/library/mnp/2/gif/arrowLTR.gif" style="left: 166px; visibility: hidden"><a href="/hardware/default.aspx">Hardware Home</a></div><div class="mnpMenuLabel">Products</div><div class="mnpMenuRow" style="border-color: #F1F1F1; background: #F1F1F1; width: 153px; overflow-x: hidden" menu="m58239bac2e334c4f93a78cbf9196b13e"><img width="4" height="7" border="0" alt="*" title="" class="mnpMenuArrow" src="/library/mnp/2/gif/arrowLTR.gif" style="left: 166px; visibility: hidden"><a href="/hardware/mouseandkeyboard/default.mspx">Mice and Keyboards</a></div><div class="mnpMenuRow" style="border-color: #F1F1F1; background: #F1F1F1; width: 153px; overflow-x: hidden" menu="mbff959210aa74aabac29fbc493d59f83"><img width="4" height="7" border="0" alt="*" title="" class="mnpMenuArrow" src="/library/mnp/2/gif/arrowLTR.gif" style="left: 166px; visibility: hidden"><a href="/hardware/digitalcommunication/default.mspx">Webcams and Headsets</a></div><div class="mnpMenuRow" style="border-color: #F1F1F1; background: #F1F1F1; width: 153px; overflow-x: hidden" menu="maa9b369446554d8683b394ad16e655d9"><img width="4" height="7" border="0" alt="*" title="" class="mnpMenuArrow" src="/library/mnp/2/gif/arrowLTR.gif" style="left: 166px; visibility: hidden"><a href="/hardware/gaming/gaming.mspx">Gaming Products</a></div><div class="mnpMenuRow" style="border-color: #F1F1F1; background: #F1F1F1; width: 153px; overflow-x: hidden"><img width="4" height="7" border="0" alt="*" title="" class="mnpMenuArrow" src="/library/mnp/2/gif/arrowLTR.gif" style="left: 166px; visibility: hidden"><a href="/hardware/mediacenter/mediacenter.mspx">Media Center Peripherals</a></div><div class="mnpMenuRow" style="border-color: #F1F1F1; background: #F1F1F1; width: 153px; overflow-x: hidden"><img width="4" height="7" border="0" alt="*" title="" class="mnpMenuArrow" src="/library/mnp/2/gif/arrowLTR.gif" style="left: 166px; visibility: hidden"><a href="/hardware/mobility.mspx">Mobile Products</a></div><div class="mnpMenuRow" style="border-color: #F1F1F1; background: #F1F1F1; width: 153px; overflow-x: hidden"><img width="4" height="7" border="0" alt="*" title="" class="mnpMenuArrow" src="/library/mnp/2/gif/arrowLTR.gif" style="left: 166px; visibility: hidden"><a href="/hardware/presenter/presenter.mspx">Presenters</a></div><div class="mnpMenuRow" style="border-color: #F1F1F1; background: #F1F1F1; width: 153px; overflow-x: hidden"><img width="4" height="7" border="0" alt="*" title="" class="mnpMenuArrow" src="/library/mnp/2/gif/arrowLTR.gif" style="left: 166px; visibility: hidden"><a href="/hardware/specialoffers.mspx">Special Offers</a></div><div class="mnpMenuRow" style="border-color: #F1F1F1; background: #F1F1F1; width: 153px; overflow-x: hidden"><img width="4" height="7" border="0" alt="*" title="" class="mnpMenuArrow" src="/library/mnp/2/gif/arrowLTR.gif" style="left: 166px; visibility: hidden"><a href="/hardware/otherproducts/default.mspx">Other Products</a></div><div class="mnpMenuBorder" style="width: 180px"></div><div class="mnpMenuLabel">Resources</div><div class="mnpMenuRow" style="border-color: #F1F1F1; background: #F1F1F1; width: 153px; overflow-x: hidden"><img width="4" height="7" border="0" alt="*" title="" class="mnpMenuArrow" src="/library/mnp/2/gif/arrowLTR.gif" style="left: 166px; visibility: hidden"><a href="/hardware/tours/default.aspx">Product Tours</a></div><div class="mnpMenuRow" style="border-color: #F1F1F1; background: #F1F1F1; width: 153px; overflow-x: hidden"><img width="4" height="7" border="0" alt="*" title="" class="mnpMenuArrow" src="/library/mnp/2/gif/arrowLTR.gif" style="left: 166px; visibility: hidden"><a href="/hardware/downloads/default.mspx">Download Software</a></div><div class="mnpMenuRow" style="border-color: #F1F1F1; background: #F1F1F1; width: 153px; overflow-x: hidden" menu="m879f1dfe73fbce8619700800b53cb24b"><img width="4" height="7" border="0" alt="*" title="" class="mnpMenuArrow" src="/library/mnp/2/gif/arrowLTR.gif" style="left: 166px; visibility: hidden"><a href="/hardware/support/default.mspx">Product Support</a></div><div class="mnpMenuRow" style="border-color: #F1F1F1; background: #F1F1F1; width: 153px; overflow-x: hidden"><img width="4" height="7" border="0" alt="*" title="" class="mnpMenuArrow" src="/library/mnp/2/gif/arrowLTR.gif" style="left: 166px; visibility: hidden"><a href="/hardware/registration/default.mspx">Register Your Product</a></div><div class="mnpMenuRow" style="border-color: #F1F1F1; background: #F1F1F1; width: 153px; overflow-x: hidden" menu="m633ffc6a964547f5985495efa60546cd"><img width="4" height="7" border="0" alt="*" title="" class="mnpMenuArrow" src="/library/mnp/2/gif/arrowLTR.gif" style="left: 166px; visibility: hidden"><a href="/hardware/resources/default.mspx">Documentation</a></div><div class="mnpMenuRow" style="border-color: #F1F1F1; background: #F1F1F1; width: 153px; overflow-x: hidden" menu="m0c402e7ee33149cbb07a985b083c219c"><img width="4" height="7" border="0" alt="*" title="" class="mnpMenuArrow" src="/library/mnp/2/gif/arrowLTR.gif" style="left: 166px; visibility: hidden"><a href="/hardware/ergonomics/comfort.mspx">Comfort and Ergonomics</a></div><div class="mnpMenuRow" style="border-color: #F1F1F1; background: #F1F1F1; width: 153px; overflow-x: hidden" menu="m635ffc6a2f8076438b1695efa60546cd"><img width="4" height="7" border="0" alt="*" title="" class="mnpMenuArrow" src="/library/mnp/2/gif/arrowLTR.gif" style="left: 166px; visibility: hidden"><a href="/hardware/discover.mspx">About Hardware</a></div><div class="mnpMenuRow" style="border-color: #F1F1F1; background: #F1F1F1; width: 153px; overflow-x: hidden"><img width="4" height="7" border="0" alt="*" title="" class="mnpMenuArrow" src="/library/mnp/2/gif/arrowLTR.gif" style="left: 166px; visibility: hidden"><a href="/hardware/sitemap.mspx">Site Map</a></div><div class="mnpMenuBorder" style="width: 180px"></div><div class="mnpMenuLabel">Information For</div><div class="mnpMenuRow" style="border-color: #F1F1F1; background: #F1F1F1; width: 153px; overflow-x: hidden"><img width="4" height="7" border="0" alt="*" title="" class="mnpMenuArrow" src="/library/mnp/2/gif/arrowLTR.gif" style="left: 166px; visibility: hidden"><a href="/hardware/business/default.aspx">Business Customers</a></div><div class="mnpMenuRow" style="border-color: #F1F1F1; background: #F1F1F1; width: 153px; overflow-x: hidden"><img width="4" height="7" border="0" alt="*" title="" class="mnpMenuArrow" src="/library/mnp/2/gif/arrowLTR.gif" style="left: 166px; visibility: hidden"><a href="http://www.mshardwareguide.com">Press and Reviewers</a></div><div class="mnpMenuRow" style="border-color: #F1F1F1; background: #F1F1F1; width: 153px; overflow-x: hidden" menu="m8233ca387f0640c9a843de211a9bb4e5"><img width="4" height="7" border="0" alt="*" title="" class="mnpMenuArrow" src="/library/mnp/2/gif/arrowLTR.gif" style="left: 166px; visibility: hidden"><a href="/hardware/partners/default.mspx">OEM Partners</a></div><div class="mnpMenuRow" style="border-color: #F1F1F1; background: #F1F1F1; width: 153px; overflow-x: hidden" menu="m7bbb695ba4854d12854ae844eb0d0598"><img width="4" height="7" border="0" alt="*" title="" class="mnpMenuArrow" src="/library/mnp/2/gif/arrowLTR.gif" style="left: 166px; visibility: hidden"><a href="/hardware/mouseandkeyboard/licensing.mspx">IP Licensing</a></div><div class="mnpMenuRow" style="border-color: #F1F1F1; background: #F1F1F1; width: 153px; overflow-x: hidden" menu="m691acea60f164e6498887d5a0aed059d"><img width="4" height="7" border="0" alt="*" title="" class="mnpMenuArrow" src="/library/mnp/2/gif/arrowLTR.gif" style="left: 166px; visibility: hidden"><a href="/hardware/related/related.mspx">Related Products</a></div><div class="mnpMenuBorder" style="width: 180px; margin-bottom: 0px"></div></div></div>

<div class="mnpAds" style="width: 181px; height: 100%; padding-bottom: 20px; background: #F1F1F1; border-style: solid; border-color: #999999; border-width: 0px 1px 0px 0px">

<center><script type="text/javascript" src="http://Ads1.msn.com/library/dap.js"></script><div id="CMSHW1" style="padding-top: 20px;; background: inherit"></div><script type="text/javascript">dapMgr.enableACB("CMSHW1", false);dapMgr.renderAd("CMSHW1", "&PG=CMSHW1&SC=F3&AP=1164",120,240);

</script></center>

</div>

</td>

<td width="100%" dir="LTR">

<!--NOINDEX_STOP-->

 

<div style="display: none;">

 

</div><body xmlns:msxsl="urn:schemas-microsoft-com:xslt"><div style="padding-left: 20px"><div class="mk_pageTitle" style="padding-top:12; padding-bottom: 6;">Microsoft Mouse and Keyboard Hardware - Download Software</div><hr size="1" color="#CCCCCC"><table border="0"><tr><td valign="top" style="padding-top:10"><div xmlns:miles="http://www.2yup.com/asp">Here's the software available for your product. Follow the link to download it.</div><div style="padding-top:10px;" xmlns:miles="http://www.2yup.com/asp">

»

<a class="anchor4" href="http://download.microsoft.com/download/b/9/7/b9711d2b-a269-4546-8740-715724561c2c/IP32Eng6.30.191.0.exe">IntelliPoint 6.3 32-bit for Windows XP</a><br><br></div></td><td valign="top"><table border="0" cellpadding="0" cellspacing="0" width="173" style="background-color: #F7F7F7; border-bottom: 1px solid #CCCCCC; margin: 5 5 5 5"><tr><td><img border="0" src="/hardware/mouseandkeyboard/images/related_links_header.jpg" id="id_img_related_links_header" alt="Related Links"></td></tr><tr><td style="padding: 15 5 0 10; border-left: 1px solid #CCCCCC; border-right: 1px solid #CCCCCC;"><table border="0" cellpadding="0" cellspacing="0"><tr><td valign="top">» </td><td><A href="/hardware/innovation/experience.mspx">Discover the latest hardware innovations.</A></td></tr></table></td></tr><tr><td style="padding: 15 5 0 10; border-left: 1px solid #CCCCCC; border-right: 1px solid #CCCCCC;"><table border="0" cellpadding="0" cellspacing="0"><tr><td valign="top">» </td><td><A href="/hardware/featuresandtechnologies.mspx">Explore new breakthroughs in hardware technology.</A></td></tr></table></td></tr><tr><td style="padding: 15 5 0 10; border-left: 1px solid #CCCCCC; border-right: 1px solid #CCCCCC;"><table border="0" cellpadding="0" cellspacing="0"><tr><td valign="top">» </td><td><A href="/hardware/hcg/hcg_main.aspx">Make sure your workplace is a healthy place.</A></td></tr></table></td></tr><tr><td style="padding: 15 5 0 10; border-left: 1px solid #CCCCCC; border-right: 1px solid #CCCCCC;"><table border="0" cellpadding="0" cellspacing="0"><tr><td valign="top">» </td><td><A href="/hardware/mouseandkeyboard/documentation/default.aspx">Get the latest documentation for your hardware products.</A></td></tr></table></td></tr><tr><td style="padding: 15 5 0 10; border-left: 1px solid #CCCCCC; border-right: 1px solid #CCCCCC;"><table border="0" cellpadding="0" cellspacing="0"><tr><td valign="top">» </td><td><A href="/hardware/mouseandkeyboard/support/default.mspx">Find the support you need for your mice and keyboards.</A></td></tr></table><img src="/hardware/images/spacer.gif" width="100%" height="15px"></td></tr></table></td></tr></table></div></body>

</td>

 

</tr>

</table>

<!--NOINDEX_START-->

<br clear="all" style="line-height: 1px; overflow: hidden"><table id="msviFooter" width="100%" cellpadding="0" cellspacing="0"><tr valign="bottom"><td id="msviFooter2" style="filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#FFFFFF', endColorStr='#CC0000', gradientType='1')"><div id="msviLocalFooter"><nobr><a href="http://go.microsoft.com/?linkid=317027" target="_top">Manage Your Profile</a> |</nobr><wbr></wbr><nobr><a href="/hardware/contact/default.mspx" target="_top">Contact us</a></nobr></div><div id="msviGlobalFooter"><span dir="ltr">© 2009 Microsoft Corporation. All rights reserved. </span><nobr><a href="http://support.microsoft.com/contactus/?ws=mscom" target="_parent">Contact Us</a> |</nobr><wbr></wbr><nobr><a href="http://go.microsoft.com/?linkid=4412892" target="_parent">Terms of Use</a> |</nobr><wbr></wbr><nobr><a href="http://go.microsoft.com/?linkid=4412893" target="_parent">Trademarks</a> |</nobr><wbr></wbr><nobr><a href="http://go.microsoft.com/?linkid=4412894" target="_parent">Privacy Statement</a></nobr></div></td><td bgcolor="#CC0000" width="105"><img src="/library/toolbar/3.0/text.aspx?text=TQ%3d%3d&fore=FFFFFF&b=CC0000&font=Microsoft+Logo+95%2c+13pt&w=105&h=29&a=0&l=0&v=0&c=NzaiGNT20ZjyBYeO9aNz%2f%2fMX3Y0%3d" width="105" height="29" alt="Microsoft" title="" border="0" /></td></tr></table><div style="display:none"><script type="text/javascript">var gDomain="m.webtrends.com";var gDcsId="dcsjwb9vb00000c932fd0rjc7_5p3t";var gFpc="WT_FPC";if(document.cookie.indexOf(gFpc+"=")==-1){document.write("<SCR"+"IPT TYPE='text/javascript' SRC='"+"http"+(window.location.protocol.indexOf('https:')==0?'s':'')+"://"+gDomain+"/"+gDcsId+"/wtid.js"+"'><\/SCR"+"IPT>");}</script><script src="http://js.microsoft.com/library/mnp/2/wt/js/wt.js" type="text/javascript"></script><noscript><img border="0" name="DCSIMG" width="1" height="1" src="http://m.webtrends.com/dcsjwb9vb00000c932fd0rjc7_5p3t/njs.gif?dcsuri=/nojavascript&WT.js=No"/></noscript></div><layer visibility="hide"><div style="display:none"><img alt="" width="0" height="0" border="0" hspace="0" vspace="0" src="http://c.microsoft.com/trans_pixel.asp?source=www&TYPE=PV&p=hardware_download&URI=%2fhardware%2fdownload%2fDownloadResult.aspx%3fcategory%3dMK%26type%3dMouse%26name%3dw_lmouse5000%26os%3dXP_32%26lang%3den&GUID=1F4FC18C-F71E-47FB-8FC9-612F8EE59C61&lc=en-US"></div></layer>

</body>

</HTML>

Link to comment
Share on other sites

OK here's a twist for you.

 

I just loaded up Ketarin, and used copy/paste to create a duplicate entry of the one above.

 

I go to variables and click on URL variable and it loads the correct content!! Then I click on filename variable and it loads the four lines. A swap of the above results.

 

Add to it I go back into my original entry and now it loads the correct webpage contents to BOTH variables.

 

<twilight zone music>

I think I'd better mail you my jobs.db file. Agreed?

</twilight zone music>

Edited by appyface
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.