Displaying 2 results from an estimated 2 matches for "jimach".
Did you mean:
jimache
2007 Apr 05
2
URL check URL validity
Hi everyone,
I have a web app that at some point asks for a URL ... and i need to
check that url''s validity ... is there a way to do that in RoR...
- in C# i would to something along the lines of
HttpWebRequest hReq =
(HttpWebRequest)WebRequest.Create(url................);
HttpWebResponse hRes = (HttpWebResponse)hReq.GetResponse();
rCode = hRes.get_StatusCode()...etc
Any input is
2007 May 07
0
page.insert_html
Hi everyone,
In one of the actions i am using page.insert_html, t works fine in IE7
and Mozila. Is does not seem to work in IE6. Anyone aware of such
problems... i''m stuck... any help is appreciated; the element i am
inserting into is a <td>
page.insert_html :after, ''company''+params[:id].to_s, :partial
=>"group", :id => params[:id]
and the aprtia