Any one guide me how to execute url in vbscript.
Example : I need to pass parameters to the url and execute it. I dont need any output from url. When i pass parameters to the URL and execute it data will be inserted in to server.
Any ideas?
User Profile
Collapse
-
Any help please . I need very urgently -
Help Help with excel
Hi,
I have data like shown below in excel sheet.
__A_____|
a b c d e |
---------------|
f g h i j k |
A1 having a b c d e
A2 having f g h i j k
Now i want those data splitied and add each character to each tow.
Like
A1 a
A2 b
A3 c
A4 d
A5 e
A6 f
A7 g
A8 h
..........so... -
Help on DB Design
Hi,
I have a form where users can choose number of file uploads ( drop down ) and upload images. I need to store the path of images in database.I want to know what is the best way to store multiple file upload paths. As per my knowledge it possible to store paths in one field with delimiter. Is there any other good way to store the paths.
Raj -
Months Difference
How can we find months difference between two dates.
For Exp :
Start Date : 05/03/2007
End Date : 06/10/2007
How to calucate months difference for any dates?. -
sorry....i think i made a mistake instead of click on reply i clicked on report and posted...I made an effort i asked here after i tried everything.
Please ignore it.Leave a comment:
-
-
-
Hi,
<tr>
<td>Moviename </td>
<td><label>
<script>
var sel = document.getEle mentById("sType ");
var lan = sel.options[sel.selectedInd ex].text;
</script>
<select id="Moviename" name="Moviename " onChange="showC ustomer(this.va lue, lan)"> </label></td>
</tr>...Leave a comment:
-
value of Drop Down
Hi,
I have two dropdowns. In first dropdown i have two languages say english, persian. When i select english in 2nd dropdown iam able to show list of english movies. Problem is i need first dropdown selected value to use for second dropdown onchange. How can i use first dropdown value for second one?.
this is select box code for second dropdown
<select id="Moviename" name="Moviename "... -
How to avoid Maximum execution error
Hi,
I have a loop which inserts data to database .I need to insert 500 records one by one in a loop.
<?
for($i=0;$i<500 ;$i++){
---values insert into db
}
?>
After 30 -40 records inserting i am getting maximum execution error. Is there any alternative to handle this situation. -
Yes its always span tag and class names are same for entire page. I am able to get content for single span.Here is my code
[PHP]preg_match_all( "/<span class=\"style1\ ".*span>/", $html, $matches);[/PHP]
But i dont know how to get for two span tags.
<span class="style1"> Cast</span><span class="style2"> : <a href="/test/">Mel...Leave a comment:
-
Yes iam trying to do in php .
i trying to extract some content from a page and show it in some other page....Leave a comment:
-
Extract data between tags
Hi,
I want to extract data between tags. For example i have following code
<span class="t_t_12_b _b">Cast</span><span class="t_t_12_b ">: <a href="/test/">Mel Gibb</a></span>
I want to extract data between <span class="t_t_12_b _b"></span> and <span class="t_t_12_b "></span> and show it as following...
No activity results to display
Show More
Leave a comment: