LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
Lee Lee is offline
external usenet poster
 
Posts: 3
Default Whats wrong?

Can anyone tell me what is wrong with the following piece of coding:

bytPostData = "state=transaction_view&section=Ecard&SelectCard=S CECARD"

bytPostData = StrConv(bytPostData, vbFromUnicode)

sURL = "https://new.egg.com/customer/0,,3_11062--View_138,00.html"

sHeader = "Content-Type: " & "application/x-www-form-urlencoded "
& vbCrLf

ie.Navigate sURL, 0, "", bytPostData, sHeader



The form from the web is below:

<form name='form0' method=post
action='/customer/0,,3_11062--View_138,00.html' style='margin:0;'

<input type=hidden name='state' value='transaction_view'
<input type=hidden name='section' value='Ecard'
<input type=hidden name='SelectCard' value='SCECARD'
<input type=image src=/com.egg/images/NewCTAs/cta_view_40x11.gif
width=40 height=11 border=0 alt='view'

</form

Thanks
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
whats wrong with this? brownti via OfficeKB.com Excel Discussion (Misc queries) 10 February 12th 07 02:39 PM
whats wrong with the formula? Gary Excel Worksheet Functions 2 August 3rd 06 11:33 AM
Whats wrong with this? LucasBuck Excel Discussion (Misc queries) 3 January 12th 06 08:15 PM
Whats Wrong with this?? drvortex Excel Worksheet Functions 1 October 30th 04 06:48 PM
whats wrong with my array? joshashcraft Excel Programming 2 September 9th 03 07:54 PM


All times are GMT +1. The time now is 01:47 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"