Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: basil3legs
  • Content: Threads
  • Order by date
  1. basil3legs

    Cross Domain sending between child window and iframe

    Hi, I have created some javascript that reads data from a web page, creates an iframe with a form in it which autosubmits to a php page on another domain. This then returns some information to the original page using javascript's postMessage with an EventListener on the original page. This is...
  2. basil3legs

    Editing a textarea in a child window

    I have tried everything I can think of to put text in a textarea in a child window opened via javascript. I can't get it to work. However, someone else had a look at this and came up with (which does work): javascript: var a=window.open("webpage.php"); alert(a.top)...
  3. basil3legs

    POSTing with requestWriter but not wanting a response

    I am using requestWriter to post to a website but as it takes ages for a response to come back, is there any way of sending the data and leaving it at that? I have tried removing the GetResponse parts but that doesn't seem to work. As the code stands (see below) it works fine but is too slow...
  4. basil3legs

    POSTing to a website but no response wanted.

    I am using requestWriter to post to a website but as it takes ages for a response to come back, is there any way of sending the data and leaving it at that? I have tried removing the GetResponse parts but that doesn't seem to work. As the code stands (see below) it works fine but is too slow...
  5. basil3legs

    Multiple writes from Excel to Access

    Hi, I have an Excel spreadsheet which writes loads of data to an Access database and takes ages to run as most of the information is downloaded from tables on the internet. I have found that if I split the spreadsheet in 2 and run both copies at the same time with each doing half the work, it...
  6. basil3legs

    Reading Hyperlinks from Pictures in Excel

    Hi, I have a spreadsheet where I cut and paste a web-page to one of the pages and then strip data from it using VBA (the webpage won't let me import it using a web-query). On this page there are numerous pictures with hyperlinks attached. How can I get the hyperlinks from these pictures...
  7. basil3legs

    Replacing strange foreign characters in Excel 2000 VBA

    I'm sure this has been asked many times before but I can't find any previous threads, so here goes... I have a spreadsheet which imports data from webpages into an Access database. Before writing the data it goes through and replaces all the accented characters with the non-accented version...
  8. basil3legs

    Data loading on wrong Excel sheet.

    I am running a VBA function that repeatedly opens webpages and then extracts data from them. I have a seperate sheet setup for the webpages to load into but every so often they open on another random sheet writing over it's contents. The code I am using to open the pages is...
  9. basil3legs

    Excel - Error Trapping Web Queries

    Hi, Through an Excel 2000 Macro, I am opening a list of webpages through a Query. However, some of the pages do not always exist and hence the Macro crashes with a "Runtime error '1004' Unable to open....". I am trying to capture this error and jump to the next page on the list but it is...
  10. basil3legs

    Excel - Running a Macro instead of a Hyperlink

    Hi, Similar to this has been asked before but I can't seem to find a definitive answer so here goes (again!) Is it possible to set up a cell in Excel 2000 so that when it is clicked on it runs a Macro i.e. similar to adding a Hyperlink. Thanks in advance.
  11. basil3legs

    Not running Login Scripts

    We are migrating a network from a Novell 3.12 Server to a 5.1 Server but are having problems with the login scripts not running. They run fine on the 3.12 system but when the same machine (Windows 98) is plugged into the Novell 5.1 server, the Netware Login Script does not run. We have loaded...
  12. basil3legs

    Adding users to network

    This may sound a really stupid question but we have recently added a Novell Netware 5 server to our network (all the other servers are Netware 3.12) and I can't for the life of me work out how to add new users to it. So far I have got around this by renaming existing users and setting the...
  13. basil3legs

    Adding Novell 5 Server to exicsting Network.

    We currently have a network controlled by a Novell 3.12 (50 User) Server. We have recently inherited a Novell 5.00 (5 User) server from a company we merged with. This server was the only one on their network and hence controlled all the logins etc.. We would like to add this server to our...
  14. basil3legs

    Mail in Outlook Today - (Personal Folders) Root

    Hi, one of our users has just discovered you can drag and drop mail from the inbox to other folders within Outlook (97 in this case). This is fine if you want to organise subfolders etc. but he has dragged and dropped a really important email onto the "Outlook Today - (Personal...
  15. basil3legs

    Connecting to Novell 3.12

    I know similar questions have been asked before but I can't still get this to work! We have 2 laptops which have both recently had Windows XP Pro installed. One was a while ago and I believe it was done as an upgrade. When you fire this machine up, you are first presented with a login box for...
  16. basil3legs

    Can you change Novell Boot Partition? URGENT

    Is it possible to change the drive partition that Novell starts from? We have Novell 3.12 and the DOS partition no the main drive is fine but it won't go into Novell. However, the drive is mirrored but the muppet who set it up did not mirror the boot partition, only the Novell partition. What...
  17. basil3legs

    Linking from Excel to Internet

    I know it is quite easy to import tables etc. from websites into Excel, however is it possible to get an Excel 2000 spreadsheet to act as a form and send information back to a website? As it needs to act as a form, I can't put variables/values at the end of an HTML address. The code I...
  18. basil3legs

    Linking from Excel to Internet.

    I know it is quite easy to import tables etc. from websites into Excel, however is it possible to get an Excel 2000 spreadsheet to act as a form and send information back to a website? As it needs to act as a form, I can't put variables/values at the end of an HTML address. Thanks in advance.
  19. basil3legs

    Trouble Linking to Excel.

    I have a Form with a button linked to the following code: Private Sub ExcelLink_Click() Dim MyXL As Object Dim fs As Object Dim ShelVal Dim xlApp As Object Dim objSheet As Object Set fs = Application.FileSearch With fs Set xlApp =...
  20. basil3legs

    Setting Printer Timeout.

    We have a DOS application which will only print to a local Printer port. This is currently set to LPT2 and the port is captured and sent to a network printer. One of the machines running this application is DOS based and I have used #capture in the user's login script and set the timeout to 3...

Part and Inventory Search

Back
Top